Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


INativeDisposable

For scheduling release of unmanaged resources.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public interface INativeDisposable : IDisposable

Methods

Method

Description

DisposeCreates and schedules a job that will release all resources (memory and safety handles) of this collection.

Inheritance

Inherited Members