Dispose
Dispose the BuildUsageCache destroying all internal state.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
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.