# AgentEscapeFromTransform

Move the Agent to escape from Target.

![AgentEscapeFromTransform](./images/AgentEscapeFromTransform.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, BehaviourTree is assigned to the AgentController in the GameObject.
</td>
</tr>
<tr>
<td>
Speed
</td>
<td>
Moving Speed
</td>
</tr>
<tr>
<td>
Stop On End
</td>
<td>
Whether to stop at the end of the action
</td>
</tr>
<tr>
<td>
Distance
</td>
<td>
Distance away
</td>
</tr>
<tr>
<td>
Target Transform
</td>
<td>
Target Transform
</td>
</tr>
 </tbody>
</table>

