docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ScalableSettingLevelParameter

    Scalable Quality Level Parameter.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<int>
    NoInterpIntParameter
    ScalableSettingLevelParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<int>>
    Inherited Members
    VolumeParameter<int>.value
    VolumeParameter<int>.Interp(int, int, float)
    VolumeParameter<int>.Override(int)
    VolumeParameter<int>.SetValue(VolumeParameter)
    VolumeParameter<int>.GetHashCode()
    VolumeParameter<int>.ToString()
    VolumeParameter<int>.Equals(VolumeParameter<int>)
    VolumeParameter<int>.Equals(object)
    VolumeParameter<int>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    Syntax
    [Serializable]
    public sealed class ScalableSettingLevelParameter : NoInterpIntParameter, ICloneable, IEquatable<VolumeParameter<int>>

    Constructors

    ScalableSettingLevelParameter(int, bool, bool)

    Scalable Quality Level Parameter constructor.

    Declaration
    public ScalableSettingLevelParameter(int level, bool useOverride, bool overrideState = false)
    Parameters
    Type Name Description
    int level

    Initial quality level.

    bool useOverride

    Use local override.

    bool overrideState

    Override state.

    Fields

    LevelCount

    Number of quality levels.

    Declaration
    public const int LevelCount = 3
    Field Value
    Type Description
    int

    Properties

    levelAndOverride

    Level and Override.

    Declaration
    public (int level, bool useOverride) levelAndOverride { get; set; }
    Property Value
    Type Description
    (int level, bool useOverride)

    Implements

    ICloneable
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)