Mesh.UnlockAttributeBuffer Method ()

Unlocks an attribute buffer.

Overload List

public void UnlockAttributeBuffer();
public void UnlockAttributeBuffer(int[]);

Remarks

Exceptions

InvalidCallException

The method call is invalid. For example, a method's parameter might contain an invalid value.

ArgumentExceptionLeave Site

The buffer must be locked before it is unlocked.

See Also