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. (Int
Inherited Members
Namespace: UnityEngine .Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class ScalableSettingValue<T>
Type Parameters
Name | Description |
---|---|
T | The type of the scalable setting. |
Properties
Name | Description |
---|---|
level | The level to use in the associated Scalable |
override | The value to use when use |
use |
Defines whether the override value is used or not. |
Methods
Name | Description |
---|---|
Copy |
Copy the values of this instance to |
Value(Scalable |
Resolve the actual value to use. |