Class ScriptableSettings<T>
A helper class for accessing settings stored in ScriptableObject instances.
Inheritance
ScriptableSettings<T>
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public abstract class ScriptableSettings<T> : ScriptableSettingsBase<T> where T : ScriptableObject
Type Parameters
Name | Description |
---|---|
T | A class derived from ScriptableObject. |
Properties
Name | Description |
---|---|
Instance | Retrieves a reference to the given settings class. Loads and initializes the class once, and caches the reference for all future access. |