MonoSingletonT Class |
Namespace: RavingBots.MagicGestures.Utils
public class MonoSingleton<T> : MonoBehaviour where T : MonoBehaviour
The MonoSingletonT type exposes the following members.
| Name | Description | |
|---|---|---|
| MonoSingletonT | Initializes a new instance of the MonoSingletonT class |
| Name | Description | |
|---|---|---|
| AutoInstance |
The instance of the object.
| |
| Instance |
The instance of the object, if not created yet.
|