docs.unity.cn
    Show / Hide Table of Contents

    Class IntScalableSetting

    ScalableSetting<T>.

    Inheritance
    Object
    ScalableSetting<Int32>
    IntScalableSetting
    Inherited Members
    ScalableSetting<Int32>.schemaId
    ScalableSetting<Int32>.Item[Int32]
    ScalableSetting<Int32>.TryGet(Int32, Int32)
    ScalableSetting<Int32>.ISerializationCallbackReceiver.OnAfterDeserialize()
    ScalableSetting<Int32>.ISerializationCallbackReceiver.OnBeforeSerialize()
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public class IntScalableSetting : ScalableSetting<int>, ISerializationCallbackReceiver

    Constructors

    IntScalableSetting(Int32[], ScalableSettingSchemaId)

    Instantiate a new int scalable setting.

    Declaration
    public IntScalableSetting(int[] values, ScalableSettingSchemaId schemaId)
    Parameters
    Type Name Description
    Int32[] values

    The values of the settings

    ScalableSettingSchemaId schemaId

    The schema of the setting.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 18 October 2021