My Project
Loading...
Searching...
No Matches
Properties | List of all members
Tayx.Graphy.Utils.G_Singleton< T > Class Template Reference

Be aware this will not prevent a non singleton constructor such as T myT = new T(); To prevent that, add protected T () {} to your singleton class. More...

Inheritance diagram for Tayx.Graphy.Utils.G_Singleton< T >:

Properties

static T Instance [get]
 

Detailed Description

Be aware this will not prevent a non singleton constructor such as T myT = new T(); To prevent that, add protected T () {} to your singleton class.

Type Constraints
T :MonoBehaviour 

The documentation for this class was generated from the following file: