docs.unity.cn
    Show / Hide Table of Contents

    Class FloatScalableSetting

    ScalableSetting<T>.

    Inheritance
    Object
    ScalableSetting<Single>
    FloatScalableSetting
    Inherited Members
    ScalableSetting<Single>.schemaId
    ScalableSetting<Single>.Item[Int32]
    ScalableSetting<Single>.TryGet(Int32, Single)
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public class FloatScalableSetting : ScalableSetting<float>

    Constructors

    FloatScalableSetting(Single[], ScalableSettingSchemaId)

    Instantiate a new float scalable setting.

    Declaration
    public FloatScalableSetting(float[] values, ScalableSettingSchemaId schemaId)
    Parameters
    Type Name Description
    Single[] values

    The values of the settings

    ScalableSettingSchemaId schemaId

    The schema of the setting.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, July 8, 2021