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