Dispose
Use this method to clean up the memory this query references.
Read time 1 minuteLast updated 10 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
Returns
Type | Description |
|---|---|
| JobHandle |