Description:
Allows to obtain unsafe pointers to the underlying unmanaged data structures of the mesh.
Syntax:
Parameters:
- writable
- Type: bool
- True if user will need to write onto the structure. False otherwise.
Returns:
Type: MeshUnsafeLock
A lock that needs to be released.
Remarks:
The lock implements the IDisposable interface, and one call of its IDisposable.Dispose() or ReleaseUnsafeLock will update the data structure as required. This can be achieved with a using statement (Using in Vb.Net).
Available since:
6.0