ExecutionType
Enum in Arbor.BehaviourTree
Description
Behavior tree execution type.
Properties
| Property Name | Description | 
|---|---|
| UntilRunning | Execute all actions until TreeNodeBase.status is NodeStatus.Running. | 
| Count | Specify the maximum count of actions to execute. |