8public static class BadSettingsProvider
Gets thrown by the runtime.
Public Api for the Settings System.
BadSettings FindOrCreateProperty(string propertyPath)
Finds a property based on the property path relative to this object.
Helper class that can be used to automatically load a settings object from a file.
static void SetRootSettings(BadSettings settings)
Sets the Root Settings Object.
static ? BadSettings s_RootSettings
The Root Settings Object.
readonly string m_Path
The Settings Path Name('.' separated)
BadSettings? Settings
Returns the Instance of the Settings Provider.
BadSettingsProvider(string path)
Creates a new Settings Provider.
static T Instance
Returns the Instance of the Settings Provider.
static bool HasRootSettings
Returns true if the root setting has been set.
static BadSettings RootSettings
Returns the Root Settings Object.
static ? T s_Instance
The Instance of the Settings Provider.
Contains the Error Objects for the BadScript2 Language.
Contains the Settings Implementation.