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.
  • ScriptableObject

Static Properties

Property Name Description
instance To get an instance.