Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Dispose()

Dispose the BakeProgressState object.
Read time 1 minuteLast updated 7 days ago

Definition

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.