Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnDisable()

Default implementation of OnDisable for RenderPipelineAsset. See ScriptableObject.OnDisable()
Read time 1 minuteLast updated 7 days ago

Definition

protected virtual void OnDisable()

Remarks

Override this function to add your specific OnDisable code. You must call base.OnDisable() as well.