Class MyDynamicAABBTree.DynamicTreeNode
A node in the dynamic tree. The client does not interact with this directly.
Inheritance
System.Object
MyDynamicAABBTree.DynamicTreeNode
Assembly: VRage.Math.dll
Syntax
public class DynamicTreeNode : Object
Constructors
DynamicTreeNode()
Declaration
Fields
Aabb
Declaration
Field Value
Child1
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Child2
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Height
Declaration
Field Value
Type |
Description |
System.Int32 |
|
ParentOrNext
Declaration
Field Value
Type |
Description |
System.Int32 |
|
UserData
Declaration
Field Value
Type |
Description |
System.Object |
|
UserFlag
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Methods
IsLeaf()
Declaration
Returns
Type |
Description |
System.Boolean |
|