C# 클래스 OpenMetaverse.Voxel

파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
MaterialID uint
X uint
Y uint
Z uint

공개 메소드들

메소드 설명
FromBytes ( byte bytes, int pos ) : void
GetBytes ( ) : byte[]
ToBytes ( byte dest, int pos ) : void
Voxel ( ) : System
Voxel ( byte bytes, int pos ) : System
Voxel ( uint x, uint y, uint z, uint m ) : System

메소드 상세

FromBytes() 공개 메소드

public FromBytes ( byte bytes, int pos ) : void
bytes byte
pos int
리턴 void

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

ToBytes() 공개 메소드

public ToBytes ( byte dest, int pos ) : void
dest byte
pos int
리턴 void

Voxel() 공개 메소드

public Voxel ( ) : System
리턴 System

Voxel() 공개 메소드

public Voxel ( byte bytes, int pos ) : System
bytes byte
pos int
리턴 System

Voxel() 공개 메소드

public Voxel ( uint x, uint y, uint z, uint m ) : System
x uint
y uint
z uint
m uint
리턴 System

프로퍼티 상세

MaterialID 공개적으로 프로퍼티

public uint MaterialID
리턴 uint

X 공개적으로 프로퍼티

public uint X
리턴 uint

Y 공개적으로 프로퍼티

public uint Y
리턴 uint

Z 공개적으로 프로퍼티

public uint Z
리턴 uint