C# Class Box2D.Collision.Broadphase.TreeNode

Mostrar archivo Open project: gerich-home/box2dnet Class Usage Examples

Public Properties

Property Type Description
AABB AABB

Protected Properties

Property Type Description
Child1 int
Child2 int
Height int
Parent int

Protected Methods

Method Description
TreeNode ( )

Should never be constructed outside the engine

Method Details

TreeNode() protected method

Should never be constructed outside the engine
protected TreeNode ( )

Property Details

AABB public_oe property

Enlarged AABB
public AABB AABB
return AABB

Child1 protected_oe property

protected int Child1
return int

Child2 protected_oe property

protected int Child2
return int

Height protected_oe property

protected int Height
return int

Parent protected_oe property

protected int Parent
return int