Dispose()
Dispose the BakeProgressState object.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LightTransport
- Assembly: UnityEngine.CoreModule
public void Dispose()
Remarks
Releases any resources associated with the progress state. Always call this method when finished with the progress state, preferably with a using statement to ensure proper cleanup.