AgentInterpose
Move the Agent closer to between the two Targets.

Properties
| Property Name | Description | 
|---|---|
| Agent Controller | AgentController you want to control. | 
| Stop On State End | Whether to stop when leaving the state. | 
| Clear Velocity On Stop | Whether to clear velocity when stopping | 
| Update Type | Agent update type. 
 | 
| Time Type | Interval time type. 
 | 
| Interval | Interval (seconds) before moving destination is changed. (Used only when UpdateType is Time, Done) The interval after arrival for AgentUpdateType.Done. | 
| Speed | Speed to move | 
| Stopping Distance | Distance to stop | 
| Target A | The first Moving Entity of the object you want to approach | 
| Target B | The second Moving Entity of the object you want to approach | 
| Done | State transition at the time of movement completion Transition Method : OnStateUpdate | 
| Cant Move | State transition when the destination cannot be found and cannot be moved. Transition method: OnStateUpdate |