Interface IEngine<TConfig>
Represents an engine that can be managed by the EngineManager with a specific configuration type.
public interface IEngine<out TConfig> : IEngine, IManageableLifecycle<EngineManager>, IManageableLifecycle, IReloadable, IManageable<EngineManager>, IManageable, IEnableable where TConfig : IEngineConfig
Type Parameters
TConfig
- Inherited Members
- Extension Methods
Properties
Config
TConfig Config { get; }
Property Value
- TConfig