Click or drag to resize
TaskNodeTreeId Property
Creates a tree id out of the depth and index of the node. For each level 4 bits are reserved, so there should be a maximum of 16 children. The maximum depth is 8 on 32bit and 16 on 64bit.

Namespace: Slash.AI.BehaviorTrees.Tree
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public int TreeId { get; }

Property Value

Type: Int32
See Also