Class ScriptableSettingsBase
Base class for all scriptable settings that is easier to look up via-reflection.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public abstract class ScriptableSettingsBase : ScriptableObject
Remarks
DO NOT USE THIS CLASS DIRECTLY - Use the generic version, Scriptable
Fields
Name | Description |
---|---|
Path |
Message to display when path is invalid. |
Methods
Name | Description |
---|---|
Get |
Looks up the static 'Instance' property of the given ScriptableSettings. |
On |
Function called when all scriptable settings are loaded and ready for use. |