Class EnginePlugin<T>
public abstract class EnginePlugin<T> : BasePlugin where T : IEngine, new()
Type Parameters
T
- Inheritance
-
BasePluginEnginePlugin<T>
- Derived
- Inherited Members
-
BasePlugin.AddComponent<T>()BasePlugin.Config
- Extension Methods
Constructors
EnginePlugin()
protected EnginePlugin()
Properties
Log
protected Logger Log { get; }
Property Value
Methods
Load()
public override void Load()
Unload()
public override bool Unload()