 | TaskNodeIndex Property |
Index among siblings.
Namespace: Slash.AI.BehaviorTrees.TreeAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
property int Index {
int get ();
void set (int value);
}
member Index : int with get, set
Property Value
Type:
Int32
See Also