Running Pedestrian
data class RunningPedestrian<T>(val node: Node<T>, val runningSpeed: Double = Speed.default * 3) : AbstractNodeProperty<T> , RunningPedestrianProperty<T>
Implementation of a basic RunningPedestrianProperty.
Functions
Link copied to clipboard
Clones this property to be added on a new node.