docs.unity.cn
    Show / Hide Table of Contents

    Class CloudUniqueID

    This attribute is used to associate a unique ID to a cloud class. This is needed to be able to automatically register cloud classes and avoid collisions and refactoring class names causing data compatibility issues.

    Inheritance
    Object
    Attribute
    CloudUniqueID
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
    public sealed class CloudUniqueID : Attribute, _Attribute

    Constructors

    CloudUniqueID(Int32)

    Attribute CloudUniqueID constructor.

    Declaration
    public CloudUniqueID(int uniqueID)
    Parameters
    Type Name Description
    Int32 uniqueID

    Cloud unique ID. Needs to be different from all other registered unique IDs.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use