C-DEngine 5.105

ICDEThing..::..SetBaseThing Method

Add a reference to TheThing, that will be used for serialization and communication. Basically TheThing is all the Mesh and storage persistant data of the class with the ICDEThing interface

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

Syntax


void SetBaseThing(
	TheThing pThing
)
Sub SetBaseThing ( _
	pThing As TheThing _
)
void SetBaseThing(
	TheThing^ pThing
)