WalkingPedestrianProperty

Capability that enables a node to walk.

Type Parameters

T

the concentration type.

Inheritors

Properties

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

The node's walking speed.

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(node: Node<T>): NodeProperty<T>