![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IAppTimeline interface.
This interface is used by the ITimeline object to callback the app.
Create a callback object with a given callback table.
Example of a callback table:
Is is allowed to omit unused callback functions and to add user specific fields to the table.
Murl.Logic.IAppTimeline new(Table callbackTable)
callbackTable | A table containing the methods to callback. |
Called if the current time is set. See ITimeline::SetAppTimeline().
OnEvaluate(Number currentTime)
currentTime | The current timeline time. |