GSAIArrive
Extends: GSAISteeringBehavior
Description
Calculates acceleration to take an agent to its target's location. The calculation attempts to arrive with zero remaining velocity.
Properties
Type
Name
GSAIAgentLocation
target
float
arrival_tolerance
float
deceleration_radius
float
time_to_reach
Property Descriptions
target
Target agent to arrive to.
arrival_tolerance
Distance from the target for the agent to be considered successfully arrived.
deceleration_radius
Distance from the target for the agent to begin slowing down.
time_to_reach
Represents the time it takes to change acceleration.
Last updated