# AgentLookAtPosition

Rotates in the direction of the specified position.

![AgentLookAtPosition](./images/AgentLookAtPosition.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>
Angular Speed
</td>
<td>
Angular Speed
</td>
</tr>
<tr>
<td>
Target
</td>
<td>
Position of target
</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 />

