C# Class ManicDigger.VertexPositionTexture

Afficher le fichier Open project: GlennMR/800Craft-Client Class Usage Examples

Méthodes publiques

Свойство Type Description
Position Vector3
a byte
b byte
g byte
r byte
u float
v float

Méthodes publiques

Méthode Description
VertexPositionTexture ( float x, float y, float z, float u, float v ) : System
VertexPositionTexture ( float x, float y, float z, float u, float v, FastColor c ) : System

Private Methods

Méthode Description
ToRgba ( Color color ) : uint

Method Details

VertexPositionTexture() public méthode

public VertexPositionTexture ( float x, float y, float z, float u, float v ) : System
x float
y float
z float
u float
v float
Résultat System

VertexPositionTexture() public méthode

public VertexPositionTexture ( float x, float y, float z, float u, float v, FastColor c ) : System
x float
y float
z float
u float
v float
c FastColor
Résultat System

Property Details

Position public_oe property

public Vector3 Position
Résultat Vector3

a public_oe property

public byte a
Résultat byte

b public_oe property

public byte b
Résultat byte

g public_oe property

public byte g
Résultat byte

r public_oe property

public byte r
Résultat byte

u public_oe property

public float u
Résultat float

v public_oe property

public float v
Résultat float