 | ParallelMainTaskIndex Property |
Xml serialization of the main task index.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic int MainTaskIndex { get; set; }
Public Property MainTaskIndex As Integer
Get
Set
public:
property int MainTaskIndex {
int get ();
void set (int value);
}
member MainTaskIndex : int with get, set
Property Value
Type:
Int32
See Also