C-DEngine 5.105

TheThingRegistry..::..GetBaseEngine Method

Overload List


  Name Description
Public method Static member GetBaseEngine(TheThing)
Returns the IBaseEngine of TheThing After the first call the IBaseEngine is cached in TheThing and subsequent calls are faster Alternative you can call pThing.GetBaseEngine();
Public method Static member GetBaseEngine(TheThing, Boolean)
Returns the IBaseEngine of TheThing This call is NOT cached if AllowRemoteEngine is true
Public method Static member GetBaseEngine(String)
Return the IBaseEngine interface for a given EngineName. This call is quite expensive and the result should be cached if possible
Public method Static member GetBaseEngine(String, Boolean)
Return the IBaseEngine interface for a given EngineName. This call is quite expensive and the result should be cached if possible