C-DEngine 5.105

IBaseEngine..::..SetEngineType Method

Sets the Type of the Plugin-Service This is required if resources need to be loaded by the C-DEngine that are located in the Plugin

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void SetEngineType(
	Type pType
)
Sub SetEngineType ( _
	pType As Type _
)
void SetEngineType(
	Type^ pType
)

Parameters

pType
Type: Type