Axiom.Animating.Pose.RemoveVertex C# (CSharp) Méthode

RemoveVertex() public méthode

Remove a vertex offset.
public RemoveVertex ( int index ) : void
index int
Résultat void
		public void RemoveVertex( int index )
		{
			if ( vertexOffsetMap.ContainsKey( index ) )
				vertexOffsetMap.Remove( index );
			DisposeVertexBuffer();
		}