Search Results for

    Show / Hide Table of Contents

    Class SingletonBase<T>

    Inheritance
    System.Object
    SingletonBase<T>
    ImmersiveCameraManager
    RoomManager
    SceneTransitions
    Namespace: Immersive
    Assembly: cs.temp.dll.dll
    Syntax
    public class SingletonBase<T> : MonoBehaviour where T : MonoBehaviour
    Type Parameters
    Name Description
    T

    Constructors

    SingletonBase()

    Declaration
    protected SingletonBase()

    Properties

    HasInstance

    Declaration
    public static bool HasInstance { get; }
    Property Value
    Type Description
    System.Boolean

    Instance

    Declaration
    public static T Instance { get; }
    Property Value
    Type Description
    T
    In This Article
    Back to top Immersive Interactive