Head Toward Random Direction
class HeadTowardRandomDirection<T>(node: Node<T>, environment: Physics2DEnvironment<T>, randomGenerator: ERROR CLASS: Symbol not found for RandomGenerator) : AbstractAction<T>
Changes the heading of node randomly. The environment must support node heading, hence, be a Physics2DEnvironment.
Constructors
Link copied to clipboard
constructor(node: Node<T>, environment: Physics2DEnvironment<T>, randomGenerator: ERROR CLASS: Symbol not found for RandomGenerator)
Properties
Link copied to clipboard
override val outboundDependencies: @EnhancedNullability org/danilopianini/util/ListSet<out it/unibo/alchemist/model/Dependency!>