VisibleNode

interface VisibleNode<T, P : Position<P>>

Represents a node seen by the it.unibo.alchemist.model.actions.CameraSee action.

Inheritors

Properties

Link copied to clipboard
abstract val node: Node<T>

The node seen.

Link copied to clipboard
abstract val position: P

The position of the node.