Version: 2020.3
言語: 日本語
protected void OnDisable ();

説明

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.