C# 클래스 Box2D.Collision.Broadphase.TreeNode

파일 보기 프로젝트 열기: gerich-home/box2dnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AABB AABB

보호된 프로퍼티들

프로퍼티 타입 설명
Child1 int
Child2 int
Height int
Parent int

보호된 메소드들

메소드 설명
TreeNode ( )

Should never be constructed outside the engine

메소드 상세

TreeNode() 보호된 메소드

Should never be constructed outside the engine
protected TreeNode ( )

프로퍼티 상세

AABB 공개적으로 프로퍼티

Enlarged AABB
public AABB AABB
리턴 AABB

Child1 보호되어 있는 프로퍼티

protected int Child1
리턴 int

Child2 보호되어 있는 프로퍼티

protected int Child2
리턴 int

Height 보호되어 있는 프로퍼티

protected int Height
리턴 int

Parent 보호되어 있는 프로퍼티

protected int Parent
리턴 int