Enum b3TreeNodeFlags
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
Flags on a dynamic tree node. Mirror of b3TreeNodeFlags.
[Flags]
public enum b3TreeNodeFlagsFields
None = 0-
No flags.
b3_allocatedNode = 1-
The node is allocated rather than on the free list.
b3_enlargedNode = 2-
The node bounding box was enlarged and needs a refit.
b3_leafNode = 4-
The node is a leaf and carries user data instead of children.
Remarks
Internal to the tree implementation; exposed because b3TreeNode is public.