 | TaskNodeNextSiblingTask Property |
Returns the next sibling.
Namespace: Slash.AI.BehaviorTrees.TreeAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic ITask NextSiblingTask { get; }
Public ReadOnly Property NextSiblingTask As ITask
Get
public:
property ITask^ NextSiblingTask {
ITask^ get ();
}
member NextSiblingTask : ITask with get
Property Value
Type:
ITask
See Also