C# Class Axiom.RenderSystems.Xna.XnaVertexDeclaration

Summary description for XnaVertexDeclaration.
Inheritance: VertexDeclaration
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

InsertElement() public méthode

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
Résultat Axiom.Graphics.VertexElement

ModifyElement() public méthode

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
Résultat void

RemoveElement() public méthode

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
Résultat void

RemoveElement() public méthode

public RemoveElement ( int index ) : void
index int
Résultat void

XnaVertexDeclaration() public méthode

public XnaVertexDeclaration ( Microsoft.Xna.Framework.Graphics device ) : System
device Microsoft.Xna.Framework.Graphics
Résultat System