Class ScriptingProvider<TGlobalScript, TProfileScript>
Allows you to implement and register your own scripting provider.
Inheritance
ScriptingProvider<TGlobalScript, TProfileScript>
Implements
Inherited Members
Namespace: Artemis.Core.ScriptingProviders
Assembly: Artemis.Core.dll
Syntax
public abstract class ScriptingProvider<TGlobalScript, TProfileScript> : ScriptingProvider, IDisposable where TGlobalScript : GlobalScript where TProfileScript : ProfileScript
Type Parameters
| Name | Description |
|---|---|
| TGlobalScript | |
| TProfileScript |
Constructors
ScriptingProvider()
Declaration
protected ScriptingProvider()