Class ScriptableSingleton<T>
Inheritance
Object
ScriptableObject
ScriptableSingleton<T>
Assembly: GGL.dll
Syntax
public abstract class ScriptableSingleton<T> : ScriptableObject where T : ScriptableSingleton<T>
Type Parameters
Properties
|
Edit this page
View Source
GlobalPath
Declaration
protected static string GlobalPath { get; }
Property Value
|
Edit this page
View Source
Instance
Declaration
public static T Instance { get; }
Property Value
Type |
Description |
T |
Access the singleton instance
|
|
Edit this page
View Source
ResourcesPath
Declaration
protected static string ResourcesPath { get; }
Property Value
Methods
|
Edit this page
View Source
Init()
Init the scriptable once created. Called on reset as well.
Declaration
protected abstract void Init()