프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public Voxel ( uint x, uint y, uint z, uint m ) : System | ||
x | uint | |
y | uint | |
z | uint | |
m | uint | |
리턴 | System |