C# Class Axiom.RenderSystems.Xna.XnaVertexDeclaration

Summary description for XnaVertexDeclaration.
Inheritance: VertexDeclaration
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
InsertElement ( int position, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
ModifyElement ( int elemIndex, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : void
RemoveElement ( VertexElementSemantic semantic, int index ) : void
RemoveElement ( int index ) : void
XnaVertexDeclaration ( Microsoft.Xna.Framework.Graphics device ) : System

Method Details

AddElement() public method

public AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
return Axiom.Graphics.VertexElement

InsertElement() public method

public InsertElement ( int position, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
position int
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
return Axiom.Graphics.VertexElement

ModifyElement() public method

public ModifyElement ( int elemIndex, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : void
elemIndex int
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
return void

RemoveElement() public method

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
return void

RemoveElement() public method

public RemoveElement ( int index ) : void
index int
return void

XnaVertexDeclaration() public method

public XnaVertexDeclaration ( Microsoft.Xna.Framework.Graphics device ) : System
device Microsoft.Xna.Framework.Graphics
return System