Agents
Introducing Agents
Nav3DAgent
is the main class that moves game units in the game scene space.
Nav3DAgent
public methods can only be used after Nav3D has been initialized.
You can use this class as a component for your game units, or you can create its inheritor.
To use the Nav3DAgent
, you must configure its behavior. This can be done using the Nav3DAgentDescription class.