NotifyValueChanged(IRenderPipelineGraphicsSettings, string)
Manually throw a notification event for your IRenderPipelineGraphicsSettings.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public static void NotifyValueChanged(this IRenderPipelineGraphicsSettings settings, string propertyName = null)
Parameters
The settings where to notify.
The name of the changed field.