VisibleNode

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

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

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.

Inheritors

Link copied to clipboard