Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Dispose

Dispose the BuildUsageCache destroying all internal state.
Read time 1 minuteLast updated 6 days ago

Definition

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

disposing

Remarks

Internal use only. See BuildUsageCache.