Click or drag to resize

SingletonT Properties

The SingletonT generic type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHasInstance
Checks if there is an instance of this Singleton in this object without creating one
Public propertyStatic memberInstance
Returns the instance of this Singleton, and creates one if it doesn't exist
Public propertyPersistsBetweenLoads
Should this object survive a scene change?
Top
See Also