Interface INativeDisposable
For scheduling release of unmanaged resources.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public interface INativeDisposable
Methods
Name | Description |
---|---|
Dispose(JobHandle) | Creates and schedules a job that will release all resources (memory and safety handles) of this collection. |