 | SelectorDataActiveChildIdx Property |
Index of active child.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic int ActiveChildIdx { get; set; }
Public Property ActiveChildIdx As Integer
Get
Set
public:
property int ActiveChildIdx {
int get ();
void set (int value);
}
member ActiveChildIdx : int with get, set
Property Value
Type:
Int32
See Also