C# 클래스 Transvoxel.VolumeData.CompactOctree.VolumeChunk

상속: IVolumeData
파일 보기 프로젝트 열기: BinaryConstruct/Transvoxel-XNA

공개 프로퍼티들

프로퍼티 타입 설명
CHUNKMASK int

공개 메소드들

메소드 설명
Empty ( ) : bool
this ( Vector3i v ) : sbyte
this ( int x, int y, int z ) : sbyte

비공개 메소드들

메소드 설명
Coord2Index ( int x, int y, int z ) : int

메소드 상세

Empty() 공개 메소드

public Empty ( ) : bool
리턴 bool

this() 공개 메소드

public this ( Vector3i v ) : sbyte
v Transvoxel.Math.Vector3i
리턴 sbyte

this() 공개 메소드

public this ( int x, int y, int z ) : sbyte
x int
y int
z int
리턴 sbyte

프로퍼티 상세

CHUNKMASK 공개적으로 정적으로 프로퍼티

public static int CHUNKMASK
리턴 int