C# 클래스 idTech4.Renderer.AreaNode

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

공개 프로퍼티들

프로퍼티 타입 설명
Children int[]
CommonChildrenArea int
Plane Plane

프로퍼티 상세

Children 공개적으로 프로퍼티

Negative numbers are (-1 - areaNumber), 0 = solid.
public int[] Children
리턴 int[]

CommonChildrenArea 공개적으로 프로퍼티

If all children are either solid or a single area, this is the area number, else CHILDREN_HAVE_MULTIPLE_AREAS.
public int CommonChildrenArea
리턴 int

Plane 공개적으로 프로퍼티

public Plane Plane
리턴 Plane