Mesh.UnlockAttributeBuffer Method ()
Unlocks an attribute buffer.
Overload List
public void UnlockAttributeBuffer(); public void UnlockAttributeBuffer(int[]);
Remarks
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.
The buffer must be locked before it is unlocked.
See Also