AgentMoveToPosition¶
Move Agent so that it approaches Target.

Properties¶
| Property Name | Description |
|---|---|
| Agent Controller |
AgentController you want to control. If not specified, BehaviourTree is assigned to the AgentController in the GameObject. |
| Speed | Moving Speed |
| Stop On End | Whether to stop at the end of the action |
| Stopping Distance | Distance to stop |
| Target Position | Target position |