Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Dispose

Use this method to clean up the memory this query references.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

Dispose()

Use this method to clean up the memory this query references.
public void Dispose()

Dispose(JobHandle)

Use this method to clean up the memory this query references.
public JobHandle Dispose(JobHandle inputDeps)

Parameters

inputDeps

Returns

Type

Description

JobHandle