C-DEngine 5.105

TheCDEngines..::..MyThingEngine Property

My thing engine BREAKING CHAGE: Plugins using this Property have to be recompiled

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

Syntax


public static TheThingEngine MyThingEngine { get; set; }
Public Shared Property MyThingEngine As TheThingEngine
	Get
	Set
public:
static property TheThingEngine^ MyThingEngine {
	TheThingEngine^ get ();
	void set (TheThingEngine^ value);
}