Click or drag to resize

SingletonMonoBehaviourT Properties

The SingletonMonoBehaviourT generic type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Gets the singleton instance.
Public propertyisSingletonObject
must return true if this instance of the object is the singleton. Can be used to allow multiple objects of this type that are "add-ons" to the singleton.
Top
See Also