C# Класс Axiom.RenderSystems.Xna.XnaVertexDeclaration

Summary description for XnaVertexDeclaration.
Наследование: VertexDeclaration
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddElement() публичный метод

public AddElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : VertexElement
source short
offset int
type VertexElementType
semantic VertexElementSemantic
index int
Результат Axiom.Graphics.VertexElement

InsertElement() публичный метод

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
Результат Axiom.Graphics.VertexElement

ModifyElement() публичный метод

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
Результат void

RemoveElement() публичный метод

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
Результат void

RemoveElement() публичный метод

public RemoveElement ( int index ) : void
index int
Результат void

XnaVertexDeclaration() публичный метод

public XnaVertexDeclaration ( Microsoft.Xna.Framework.Graphics device ) : System
device Microsoft.Xna.Framework.Graphics
Результат System