C# 클래스 idTech4.Collision.CollisionModelBrush

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds idBounds
CheckCount int
Contents ContentFlags
Material idTech4.Renderer.idMaterial
Planes Plane[]
PrimitiveCount int

프로퍼티 상세

Bounds 공개적으로 프로퍼티

Brush bounds.
public idBounds Bounds
리턴 idBounds

CheckCount 공개적으로 프로퍼티

For multi-check avoidance.
public int CheckCount
리턴 int

Contents 공개적으로 프로퍼티

Contents of brush.
public ContentFlags Contents
리턴 ContentFlags

Material 공개적으로 프로퍼티

Material.
public idMaterial,idTech4.Renderer Material
리턴 idTech4.Renderer.idMaterial

Planes 공개적으로 프로퍼티

Variable sized.
public Plane[] Planes
리턴 Plane[]

PrimitiveCount 공개적으로 프로퍼티

Number of brush primitive.
public int PrimitiveCount
리턴 int