# AgentFollow

Move Agent so that it approaches Target.

![AgentFollow](./images/AgentFollow.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Agent Controller
</td>
<td>
AgentController you want to control.<br />
            If not specified, ArborFSM is assigned to the AgentController in the GameObject.
</td>
</tr>
<tr>
<td>
Min Interval
</td>
<td>
Minimum interval (seconds) before moving destination is changed.
</td>
</tr>
<tr>
<td>
Max Interval
</td>
<td>
Maximum interval (seconds) before moving destination is changed.
</td>
</tr>
<tr>
<td>
Stop On State End
</td>
<td>
Whether to stop when leaving the state.
</td>
</tr>
<tr>
<td>
Speed
</td>
<td>
Moving Speed
</td>
</tr>
<tr>
<td>
Stopping Distance
</td>
<td>
Distance to stop
</td>
</tr>
<tr>
<td>
Target
</td>
<td>
The target Transform to be approached
</td>
</tr>
<tr>
<td>
Done
</td>
<td>
State transition at the time of movement completion
</td>
</tr>
 </tbody>
</table>


## Remarks

Intervals are randomly determined from the range of Min Interval and Max Interval.<br />

