Dispose
Dispose the BuildReferenceMap 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 BuildReferenceMap destroying all internal state.
public void Dispose()
Remarks
Internal use only. See BuildReferenceMap.
Dispose(bool)
Dispose the BuildReferenceMap destroying all internal state.
protected virtual void Dispose(bool disposing)
Parameters
Remarks
Internal use only. See BuildReferenceMap.