TheCDEngines..::..MyThingEngine Property
My thing engine
BREAKING CHAGE: Plugins using this Property have to be recompiled
Namespace:
nsCDEngine.EnginesAssembly: 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); }