Struct TreeNode<TNode>
- Namespace
- Alis.Core.Physic.Collision
- Assembly
- Alis.dll
A node in the dynamic tree. The client does not interact with this directly.
internal struct TreeNode<TNode>Type Parameters
TNode
Inherited Members
Fields
AABB
Enlarged AABB
internal AABB AABBField Value
Child1
The child
internal int Child1Field Value
Child2
The child
internal int Child2Field Value
Height
The height
internal int HeightField Value
Parent
The parent
internal int ParentField Value
UserData
The user data
internal TNode UserDataField Value
- TNode
Properties
Next
Next free node
internal int Next { get; set; }Property Value
Methods
IsLeaf()
Describes whether this instance is leaf
internal bool IsLeaf()Returns
- bool
-
The bool