Table of Contents

Class EnginePlugin<T>

Namespace
RisingV.Core.Engines
Assembly
RisingV.Core.dll
public abstract class EnginePlugin<T> : BasePlugin where T : IEngine, new()

Type Parameters

T
Inheritance
BasePlugin
EnginePlugin<T>
Derived
Inherited Members
BasePlugin.AddComponent<T>()
BasePlugin.Config
Extension Methods

Constructors

EnginePlugin()

protected EnginePlugin()

Properties

Log

protected Logger Log { get; }

Property Value

Logger

Methods

Load()

public override void Load()

Unload()

public override bool Unload()

Returns

bool