SingletonT Class |
Manages the single instance of a class.
Note: Do NOT use this singleton with UnityEngine.MonoBehaviour. Take care with how Unity manages lifetime of objects.
See SingletonBehaviour for a Unity-friendly singleton.
Namespace: ImmerseSDK
The SingletonT type exposes the following members.
Name | Description | |
---|---|---|
SingletonT | ||
SingletonT | Initializes a new instance of the SingletonT class |