C# 클래스 Axiom.RenderSystems.Xna.XnaVertexDeclaration

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

공개 메소드들

메소드 설명
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