C# Class OOGL.GUI.VertexStructures.PositionTexture

Show file Open project: tpb3d/TPB3D Class Usage Examples

Public Methods

Method 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 method

public static Draw ( BeginMode beginMode, PositionTexture vertexData, uint handleTexture ) : void
beginMode BeginMode
vertexData PositionTexture
handleTexture uint
return void

PositionTexture() public method

public PositionTexture ( Vector3 vertex, System.Vector2 texture ) : System
vertex Vector3
texture System.Vector2
return System

PositionTexture() public method

public PositionTexture ( float x, float y, float z, float s, float t ) : System
x float
y float
z float
s float
t float
return System