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