![]() |
Murl Engine API
Version 2018.3
|
The IControlable interface. More...
#include <murl_i_controlable.h>
The IControlable interface.
The IControlable is the base class for implementing control objects which can be registered to the Output::IDeviceHandler.
Public Member Functions | |
virtual const String & | GetName () const =0 |
Get the controlable's name. More... | |
virtual void | FrameUpdate ()=0 |
Is executed in the platform thread context each frame tick. | |
virtual void | LogicUpdate ()=0 |
Is executed in the logic thread context each logic tick. | |
virtual void | ConfigChanged (const IAppConfiguration *appConfig)=0 |
Notification of changed configuration. More... | |
|
pure virtual |
|
pure virtual |
Notification of changed configuration.
The notification is executed in the engine thread context if any configuration item has changed.
appConfig | The application configuration object. |
Implemented in Murl::CustomControlable.