Struct ScalableSettingSchemaId
Identifies uniquely a ScalableSettingSchema.
Use GetSchemaOrNull(ScalableSettingSchemaId) to get a schema.
Implements
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct ScalableSettingSchemaId : IEquatable<ScalableSettingSchemaId>
Fields
| Name | Description |
|---|---|
| With3Levels | A scalable setting with 3 levels. |
| With4Levels | A scalable setting with 4 levels. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Checks equality |
| Equals(ScalableSettingSchemaId) | Checks equality |
| GetHashCode() | Compute the hash code |
| ToString() | Compute a human friendly string representation |