Axiom.RenderSystems.DirectX9.D3DVertexDeclaration.ModifyElement C# (CSharp) Метод

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
		public override void ModifyElement( int elemIndex, short source, int offset, VertexElementType type, VertexElementSemantic semantic, int index )
		{
			base.ModifyElement( elemIndex, source, offset, type, semantic, index );

			needsRebuild = true;
		}