Class SingletonBase<T>
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 |