AgentMoveToPosition¶
Move the Agent to the specified position.
Properties¶
Property Name | Description |
---|---|
Agent Controller |
AgentController you want to control. If not specified, ArborFSM is assigned to the AgentController in the GameObject. |
Min Interval | Minimum interval (seconds) before moving destination is changed. |
Max Interval | Maximum interval (seconds) before moving destination is changed. |
Stop On State End | Whether to stop when leaving the state. |
Speed | Moving Speed |
Stopping Distance | Distance to stop |
Position | Position to move Agent |
Done |
State transition at the time of movement completion Transition Method : OnStateUpdate |