WalkingPedestrianProperty

interface WalkingPedestrianProperty<T> : NodeProperty<T>

A node capability to walk.

Functions

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

Properties

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

The node's walking speed.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard