Class EditorScriptableSettings<T>
A helper class for accessing settings stored in ScriptableObject instances from UnityEditor
code.
Inheritance
EditorScriptableSettings<T>
Inherited Members
Namespace: Unity.XR.CoreUtils.Editor
Assembly: solution.dll
Syntax
public abstract class EditorScriptableSettings<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. |