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)
    ScalableSetting<Single>.ISerializationCallbackReceiver.OnAfterDeserialize()
    ScalableSetting<Single>.ISerializationCallbackReceiver.OnBeforeSerialize()
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public class FloatScalableSetting : ScalableSetting<float>, ISerializationCallbackReceiver

    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 © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use