Class ScriptingEngineConfig
public class ScriptingEngineConfig : EngineConfig, IEngineConfig, IFeatureConfig, IConfig
- Inheritance
-
ScriptingEngineConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
ScriptingEngineConfig()
public ScriptingEngineConfig()
Properties
EnableReload
public ConfigEntry<bool>? EnableReload { get; }
Property Value
- ConfigEntry<bool>
ReloadChangedOnly
public ConfigEntry<bool>? ReloadChangedOnly { get; }
Property Value
- ConfigEntry<bool>
ReloadTrigger
public ConfigEntry<ReloadTrigger>? ReloadTrigger { get; }
Property Value
- ConfigEntry<ReloadTrigger>
Methods
Load()
public override void Load()