AgentMoveToPosition
指定した位置へgentを移動させる。

プロパティ
| プロパティ名 | 説明 | 
|---|---|
| Agent Controller | 制御したいAgentController。 | 
| Update Type | Agentの更新タイプ。
  | 
| Time Type | Intervalの時間タイプ。
  | 
| Interval | 移動先を変更するまでのインターバル(秒)。(UpdateTypeがTime、Doneの時のみ使用) AgentUpdateType.Doneの場合は到達後のインターバル。  | 
| Stop On State End | ステートから抜けるときに停止するかどうか | 
| Speed | 移動速度 | 
| Stopping Distance | 停止する距離 | 
| Position | Agentを移動させる位置 | 
| Done | 移動完了した時のステート遷移 遷移メソッド : OnStateUpdate  |