Axiom.Graphics.VertexElement.VertexElement C# (CSharp) Метод

VertexElement() публичный Метод

Constructor.
public VertexElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic ) : System
source short The source vertex buffer, as bound to an index using .
offset int The offset in the buffer that this element starts at.
type VertexElementType The type of element.
semantic VertexElementSemantic The meaning of the element.
Результат System
		public VertexElement( short source, int offset, VertexElementType type, VertexElementSemantic semantic )
			: this( source, offset, type, semantic, 0 )
		{
		}

Same methods

VertexElement::VertexElement ( short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index ) : System