Table of Contents

Interface IEngine<TConfig>

Namespace
RisingV.Shared.Engines
Assembly
RisingV.Shared.dll

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