C# Class OOGL.GUI.VertexStructures.PositionTexture

Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( BeginMode beginMode, PositionTexture vertexData, uint handleTexture ) : void
PositionTexture ( Vector3 vertex, System.Vector2 texture ) : System
PositionTexture ( float x, float y, float z, float s, float t ) : System

Method Details

Draw() public static méthode

public static Draw ( BeginMode beginMode, PositionTexture vertexData, uint handleTexture ) : void
beginMode BeginMode
vertexData PositionTexture
handleTexture uint
Résultat void

PositionTexture() public méthode

public PositionTexture ( Vector3 vertex, System.Vector2 texture ) : System
vertex Vector3
texture System.Vector2
Résultat System

PositionTexture() public méthode

public PositionTexture ( float x, float y, float z, float s, float t ) : System
x float
y float
z float
s float
t float
Résultat System