Class ScalableSettingValue<T>
Define a value that can be either customized or fetched from a current quality settings' sub level.
If you intend to serialize this type, use specialized version instead. (IntScalableSetting).
상속된 멤버
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
[Serializable]
public class ScalableSettingValue<T>
타입 파라미터
| 이름 | 설명 |
|---|---|
| T | The type of the scalable setting. |
프로퍼티
| 이름 | 설명 |
|---|---|
| level | The level to use in the associated ScalableSetting<T>. |
| override | The value to use when useOverride is |
| useOverride | Defines whether the override value is used or not. |
메서드
| 이름 | 설명 |
|---|---|
| CopyTo(ScalableSettingValue<T>) | Copy the values of this instance to |
| Value(ScalableSetting<T>) | Resolve the actual value to use. |