Class ComponentSingleton<TType> | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class ComponentSingleton<TType>

    Inheritance
    Object
    ComponentSingleton<TType>
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public static class ComponentSingleton<TType>
        where TType : Component
    Type Parameters
    Name Description
    TType

    Properties

    instance

    Declaration
    public static TType instance { get; }
    Property Value
    Type Description
    TType
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX