![]() |
Murl Engine API
Version 2024.1
|
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::BaseTimeline, Murl::Logic::Animation< DataType >, and Murl::Logic::Animation< Vector >.