OnDisable()
Default implementation of OnDisable for RenderPipelineAsset. See ScriptableObject.OnDisable()
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
protected virtual void OnDisable()
Remarks
Override this function to add your specific OnDisable code. You must call base.OnDisable() as well.