ExecutionType

列挙型 in Arbor.BehaviourTree

説明

BehaviourTreeの実行タイプ。

プロパティ

プロパティ名 説明
UntilRunning TreeNodeBase.statusがNodeStatus.Runningになるまで全てのアクションを実行する。
Count 実行するアクションの最大数を指定する。