HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
Box2D.TreeNode Struct Reference

A node in a DynamicTree. More...

Collaboration diagram for Box2D.TreeNode:
Collaboration graph
[legend]

Public Attributes

readonly AABB AABB
 The bounding box of the node.
 
readonly ulong CategoryBits
 The category bits for the node.
 
readonly ulong UserData
 The user data for the node.
 
readonly TreeChildren Children
 The children of the node.
 
readonly int Parent
 The parent of the node.
 
readonly int Next
 The next node in the linked list.
 
readonly ushort Height
 The height of the node in the tree.
 
readonly TreeNodeFlags Flags
 The flags for the node.
 

Detailed Description

A node in a DynamicTree.


The documentation for this struct was generated from the following file: