Class RuntimeSingleton<T>
Singleton base for Monobehaviour class
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.StandardUI
Syntax
public class RuntimeSingleton<T> : MonoBehaviour where T : MonoBehaviour
Type Parameters
Name | Description |
---|---|
T |
Properties
instance
Instance
Declaration
public static T instance { get; }
Property Value
Type | Description |
---|---|
T |