docs.unity.cn
    Show / Hide Table of Contents

    Class BoolScalableSetting

    ScalableSetting<T>.

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

    Constructors

    BoolScalableSetting(Boolean[], ScalableSettingSchemaId)

    Instantiate a new bool scalable setting.

    Declaration
    public BoolScalableSetting(bool[] values, ScalableSettingSchemaId schemaId)
    Parameters
    Type Name Description
    Boolean[] 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