NavigationPrioritizedSteering
A SteeringBehavior that prioritizes a single navigation action using the SinglePrevalent strategy. The provided actions must contain a single NavigationAction2D, used as the prevalent action.
Parameters
the environment containing the navigation graph.
the time distribution that schedules reaction execution.
tolerance angle in degrees for the SinglePrevalent strategy.
smoothing alpha for exponential smoothing used by SinglePrevalent.
Type Parameters
the concentration type.
the polygon type used by the environment's navigation graph.
Inheritors
Constructors
Properties
Functions
This method allows to clone this reaction on a new node. It may result useful to support runtime creation of nodes with the same reaction programming, e.g. for morphogenesis.
This method is called when the environment has completed its initialization. Can be used by this reaction to compute its next execution time - in case such computation requires an inspection of the environment.
The list of steering actions in this reaction.
Converts a Reaction to a ReactionSurrogate.