Arbor 3: FSM & BT Graph Editor  3.7.8
ExecutionSettings Class Reference

Behavior tree execution settings. More...

Public Attributes

ExecutionType type = ExecutionType.UntilRunning
 Execution type More...
 
int maxCount = 1
 Maximum count of the action to execute. More...
 

Detailed Description

Behavior tree execution settings.

Member Data Documentation

◆ maxCount

int maxCount = 1

Maximum count of the action to execute.

◆ type