# AgentMoveOnWaypoint

Move the Agent along the Waypoint.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Agent Controller
</td>
<td>
AgentController you want to control.
</td>
</tr>
<tr>
<td>
Speed
</td>
<td>
Moving Speed
</td>
</tr>
<tr>
<td>
Stop On State End
</td>
<td>
Whether to stop when leaving the state.
</td>
</tr>
<tr>
<td>
Waypoint
</td>
<td>
Route to move Agent
</td>
</tr>
<tr>
<td>
Clear Dest Point
</td>
<td>
Flag to restart from the first position of Waypoint when restarting
</td>
</tr>
<tr>
<td>
Type
</td>
<td>
Play type.<dl class="docutils">
<dt>Once</dt><dd>
            Only once
            </dd>
<dt>Cycle</dt><dd>
            Move from the end point to the start point and loop
            </dd>
<dt>Ping Pong</dt><dd>
            Turn back at the end
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Stopping Distance
</td>
<td>
Distance to stop
</td>
</tr>
<tr>
<td>
Done
</td>
<td>
State transition at the time of movement completion(only Once)<br />
            Transition Method : OnStateUpdate
</td>
</tr>
 </tbody>
</table>

