This version of Unity is unsupported.

RenderPipelineAsset.OnDisable

Declaration

protected void OnDisable();

Description

Default implementation of OnDisable for RenderPipelineAsset. See ScriptableObject.OnDisable

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