C# 클래스 Axiom.RenderSystems.DirectX9.D3DVertexDeclaration

Summary description for D3DVertexDeclaration.
상속: Axiom.Graphics.VertexDeclaration
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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