Property | Type | Description | |
---|---|---|---|
MaterialID | uint | ||
X | uint | ||
Y | uint | ||
Z | uint |
Method | Description | |
---|---|---|
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 FromBytes ( byte bytes, int pos ) : void | ||
bytes | byte | |
pos | int | |
return | void |
public Voxel ( byte bytes, int pos ) : System | ||
bytes | byte | |
pos | int | |
return | System |
public Voxel ( uint x, uint y, uint z, uint m ) : System | ||
x | uint | |
y | uint | |
z | uint | |
m | uint | |
return | System |