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

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

public RemoveElement ( int index ) : void
index int
Результат void
		public override void RemoveElement( int index )
		{
			base.RemoveElement( index );

			needsRebuild = true;
		}

Same methods

D3DVertexDeclaration::RemoveElement ( VertexElementSemantic semantic, int index ) : void