C# Class Graffiti.Core.Rendering.Texcoords

Exibir arquivo Open project: ananthonline/graffiti Class Usage Examples

Public Methods

Method Description
Texcoords ( ) : System.Runtime.InteropServices
Texcoords ( int numTexCoords = 1 ) : System.Runtime.InteropServices
this ( int index ) : Vector2

Method Details

Texcoords() public method

public Texcoords ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

Texcoords() public method

public Texcoords ( int numTexCoords = 1 ) : System.Runtime.InteropServices
numTexCoords int
return System.Runtime.InteropServices

this() public method

public this ( int index ) : Vector2
index int
return Microsoft.Xna.Framework.Vector2