docs.unity.cn
    Show / Hide Table of Contents

    Class SkyUniqueID

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

    Inheritance
    Object
    SkyUniqueID
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public sealed class SkyUniqueID : Attribute

    Constructors

    SkyUniqueID(Int32)

    Attribute SkyUniqueID constructor.

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

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

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, July 8, 2021