Struct Handle
A handle that prevents an object from being deallocated by the garbage collector (GC). Call Free() to release the object.
Inherited Members
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
public readonly struct Handle
Constructors
Name | Description |
---|---|
Handle(ulong) | Creates a Handle. |
Methods
Name | Description |
---|---|
Free() | Releases the handle, allowing the object to be collected by the garbage collector. |
See Also
AsNativeArray<T>(T[], out Handle)