RenderPipelineGraphicsSettingsExtensions
Class that contains extensions for IRenderPipelineGraphicsSettings
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public static class RenderPipelineGraphicsSettingsExtensions
Static Methods
Method | Description |
|---|---|
| NotifyValueChanged | Manually throw a notification event for your IRenderPipelineGraphicsSettings. |
| SetValueAndNotify | Sets the value of a given property. If the new value is different from the previous one, the method raises a notification of the change. |