![]() |
Murl Engine API
Version 2018.3
|
The IAppTimeline interface. More...
#include <murl_logic_i_app_timeline.h>
The IAppTimeline interface.
This interface is used by the ITimeline object to callback the app.
Public Member Functions | |
virtual void | OnEvaluate (Double currentTime)=0 |
Called if the current time is set. More... | |
|
pure virtual |
Called if the current time is set.
See ITimeline::SetAppTimeline().
currentTime | The current timeline time. |
Implemented in Murl::Logic::Animation< DataType >, Murl::Logic::Animation< Vector >, and Murl::Logic::BaseTimeline.