ScriptableSingleton<T>

Class in Arbor / Inherits from: UnityEngine.ScriptableObject

Description

Class that the ScriptableObject to Singleton.

Type Parameters

Type Parameter Name Description Type Constraints
T A type to make a singleton. Specify the inherited type as it is.

Static Properties

Property Name Description
exists Get if the instance exists.
instance To get an instance.