![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The ITimelineVariableController interface.
A timeline variable controller can be attached to any node implementing the Graph::ITimeline interface. It is used to control the timeline's time scale and/or blend factor properties.
Get the constant IVariableController interface.
Murl.Graph.IVariableController GetVariableControllerInterface()
Get the constant Graph::IVariableNodeTarget container for controlling the time scale. This method returns a constant pointer to the node's Graph::IVariableNodeTarget container that allows to query the variable node used to control the timeline's time scale property.
Murl.Graph.IGenericNodeTarget.GraphIVariable GetTimeScaleVariableNodeTarget()
Get the constant Graph::IVariableNodeTarget container for controlling the blend factor. This method returns a constant pointer to the node's Graph::IVariableNodeTarget container that allows to query the variable node used to control the timeline's blend factor property.
Murl.Graph.IGenericNodeTarget.GraphIVariable GetBlendFactorVariableNodeTarget()