docs.unity3d.com
    Show / Hide Table of Contents

    Class UintScalableSetting

    ScalableSetting<T>.

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

    Constructors

    UintScalableSetting(UInt32[], ScalableSettingSchemaId)

    Instantiate a new uint scalable setting.

    Declaration
    public UintScalableSetting(uint[] values, ScalableSettingSchemaId schemaId)
    Parameters
    Type Name Description
    UInt32[] values

    The values of the settings

    ScalableSettingSchemaId schemaId

    The schema of the setting.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023