Sets the vertex data directly.
Sets the vertex data directly.
public void SetVertexData(VertexIndex,TransformedColoredTextured);
Sets the vertex texture coordanants directly.
public void SetVertexData(VertexIndex,Vector2);
Sets the color of all the vertexes.
public void SetVertexData(VertexIndex,Color);
Sets the RHW for all the verts.
public void SetVertexData(VertexIndex,float);
Sets the vertex texture coordanants directly.
public void SetVertexData(VertexIndex,float,float);
Sets the color of all the vertexes.
public void SetVertexData(Color);
Sets the location of the gui.
public void SetVertexData(Point);
Sets the dimentions of the gui.
public void SetVertexData(Point,Size);
Sets the dimentions of the gui.
public void SetVertexData(Rectangle);
Sets the size of the gui.
public void SetVertexData(Size);
Sets the RHW for all the verts.
public void SetVertexData(float);
GUITextured Class | CBX.Libs.DX9ToolsR4.GUI Namespace