Contains(Type)
If the given ISRPGraphicsSetting type is present in this RenderPipelineGlobalSettings instance.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
protected bool Contains(Type type)
Parameters
A valid ISRPGraphicsSetting type.
Returns
Type | Description |
|---|---|
| bool | True if the type exists, otherwise false. |