 | IAgentDataCurrentDeciderLevel Property |
Current decider level. Incremented/Decremented while the behavior tree is walked through. Indicates how deep in the tree (on which level) the execution currently is. It's just an internal information, so don't change it from the outside.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxint CurrentDeciderLevel { get; set; }
Property CurrentDeciderLevel As Integer
Get
Set
property int CurrentDeciderLevel {
int get ();
void set (int value);
}
abstract CurrentDeciderLevel : int with get, set
Property Value
Type:
Int32
See Also