C# Класс Axiom.RenderSystems.DirectX9.D3DVertexDeclaration

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

Защищенные свойства (Protected)

Свойство Тип Описание
d3dVertexDecl SlimDX.Direct3D9.VertexDeclaration
needsRebuild bool

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

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

Защищенные методы

Метод Описание
dispose ( bool disposeManagedResources ) : void

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

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

dispose() защищенный метод

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Результат void

Описание свойств

d3dVertexDecl защищенное свойство

protected VertexDeclaration,SlimDX.Direct3D9 d3dVertexDecl
Результат SlimDX.Direct3D9.VertexDeclaration

needsRebuild защищенное свойство

protected bool needsRebuild
Результат bool