nsCDEngine.Engines Namespace
Classes
Class | Description | |
---|---|---|
ConfigPropertyAttribute | ||
DeviceTypeAttribute | ||
EngineAssetInfoAttribute | ||
TheBaseEngine |
TheBaseEngine is a class common to all Buidin- and Plugin-Services of the C-DEngine
It contains many important methods common to all services
This class will be hidden in the future. Please always use the IBaseEngine interface to access public members of this class
|
|
TheCDEngines |
TheCDEngines is the Plug-in Service manager for all services hosted inside the C-DEngine
|
Interfaces
Interface | Description | |
---|---|---|
IBaseEngine |
This is the main Interface for Plugin-Service management.
It abstracts the MyBaseEngine and should always be used from Plugin-Services instead of directly calling the MyBaseEngine methods.
|
|
ICDENMIPlugin |
Required for NMI Runtime Plugin
|
|
ICDEPlugin |
The ICDEPlugin interface contains all methods a C-DEngine Plugin-Service has to provide in order to be hosted in the C-DEngine
|