Returns the agents parameters.
Updates the agent's target.
The new target position.
True if the request was successful.
Submits a new move request for the specified agent.
The desired velocity of the agent.
True if the request was successful.
Sets the agent's parameters. Any parameters not specified in the crowdAgentParams object will be set to their default values.
agent parameters
Teleports the agent to the specified position.
Updates the agent's parameters. Any parameters not specified in the crowdAgentParams object will be unchanged.
agent parameters to update.
The interpolated position of the agent.
Use this if stepping the crowd with interpolation. This will not be updated if stepping the crowd without interpolation.