Axiom.RenderSystems.DirectX9.D3DVertexDeclaration.RemoveElement C# (CSharp) 메소드

RemoveElement() 공개 메소드

public RemoveElement ( VertexElementSemantic semantic, int index ) : void
semantic VertexElementSemantic
index int
리턴 void
		public override void RemoveElement( VertexElementSemantic semantic, int index )
		{
			base.RemoveElement( semantic, index );

			needsRebuild = true;
		}

Same methods

D3DVertexDeclaration::RemoveElement ( int index ) : void