Property Instance
Instance
Retrieves a reference to the given settings class. Loads and initializes the class once, and caches the reference for all future access.
Declaration
public static T Instance { get; }
Property Value
Type | Description |
---|---|
T | A settings class derived from ScriptableObject. |