ExecutionType

Enum in Arbor.BehaviourTree

Behavior tree execution type.

Property Name Description
UntilRunning Execute all actions until TreeNodeBase.status is NodeStatus.Running.
Count Specify the maximum count of actions to execute.