C# Class OpenMetaverse.Voxel

Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Свойство Type Description
MaterialID uint
X uint
Y uint
Z uint

Méthodes publiques

Méthode 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

Method Details

FromBytes() public méthode

public FromBytes ( byte bytes, int pos ) : void
bytes byte
pos int
Résultat void

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ToBytes() public méthode

public ToBytes ( byte dest, int pos ) : void
dest byte
pos int
Résultat void

Voxel() public méthode

public Voxel ( ) : System
Résultat System

Voxel() public méthode

public Voxel ( byte bytes, int pos ) : System
bytes byte
pos int
Résultat System

Voxel() public méthode

public Voxel ( uint x, uint y, uint z, uint m ) : System
x uint
y uint
z uint
m uint
Résultat System

Property Details

MaterialID public_oe property

public uint MaterialID
Résultat uint

X public_oe property

public uint X
Résultat uint

Y public_oe property

public uint Y
Résultat uint

Z public_oe property

public uint Z
Résultat uint