Dispose
Dispose the BuildUsageCache destroying all internal state.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor
Dispose()
Dispose the BuildUsageCache destroying all internal state.
public void Dispose()
Remarks
Internal use only. See BuildUsageCache.
Dispose(bool)
Dispose the BuildUsageCache destroying all internal state.
protected virtual void Dispose(bool disposing)
Parameters
Remarks
Internal use only. See BuildUsageCache.