# SubBehaviourTree

子階層のBehaviourTreeを再生する

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

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Success Link
</td>
<td>
成功時の遷移<br />
            遷移メソッド : OnFinishNodeGraph
</td>
</tr>
<tr>
<td>
Failure Link
</td>
<td>
失敗時の遷移<br />
            遷移メソッド : OnFinishNodeGraph
</td>
</tr>
 </tbody>
</table>

