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, ScriptableSettingsBase<T>.
Fields
Name | Description |
---|---|
PathExceptionMessage | Message to display when path is invalid. |
Methods
Name | Description |
---|---|
GetInstanceByType(Type) | Looks up the static 'Instance' property of the given ScriptableSettings. |
OnLoaded() | Function called when all scriptable settings are loaded and ready for use. |