Provides settings for the module system.
readonly BadEditableSetting< BadModuleSettings, bool > m_ThrowOnModuleUnresolved
Editable Setting for the Setting ThrowOnModuleUnresolved.
BadModuleSettings()
Creates a new instance of the BadModuleSettings class.
readonly BadEditableSetting< BadModuleSettings, bool > m_AllowImportHandlerNullReturn
Editable Setting for the Setting AllowImportHandlerNullReturn.
readonly BadEditableSetting< BadModuleSettings, bool > m_UseModuleCaching
Editable Setting for the Setting UseModuleCaching.
bool AllowImportHandlerNullReturn
If true, the runtime will allow import handlers to return null when the import handler claimed that i...
bool UseModuleCaching
If true, the module system will cache resolved modules. (If this is disabled, the module system will ...
bool ThrowOnModuleUnresolved
If true, the runtime will throw an exception if a module cannot be resolved.
Implements an Editable Setting.
Helper class that can be used to automatically load a settings object from a file.
Contains Runtime Settings Objects.
Contains the Settings Implementation.