Class Singleton
Inheritance
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Singleton
Inherited Members
Namespace: NoSuchStudio.Common
Assembly: NoSuchStudio-Common.dll
Syntax
public class Singleton : NoSuchMonoBehaviour
Fields
_instances
Declaration
public static Dictionary<string, Singleton> _instances
Field Value
| Type | Description |
|---|---|
| Dictionary<String, Singleton> |
tagName
Declaration
public string tagName
Field Value
| Type | Description |
|---|---|
| String |
Properties
IsChosenSingleton
Declaration
public bool IsChosenSingleton { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |