Struct ScalableSettingSchemaId
Identifies uniquely a ScalableSettingSchema.
Use GetSchemaOrNull(ScalableSettingSchemaId) to get a schema.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[Serializable]
public struct ScalableSettingSchemaId : IEquatable<ScalableSettingSchemaId>
필드
이름 | 설명 |
---|---|
With3Levels | A scalable setting with 3 levels. |
With4Levels | A scalable setting with 4 levels. |
메서드
이름 | 설명 |
---|---|
Equals(object) | Checks equality |
Equals(ScalableSettingSchemaId) | Checks equality |
GetHashCode() | Compute the hash code |
ToString() | Compute a human friendly string representation |