Defines a runtime environment for the animation playback. More...
#include <kanzi/core.ui/animation/timeline_playback_context.hpp>
Public Attributes | |
| AbstractPropertyType | blendValueProperty |
| Float property on sourceObject used as the blend weight. The value must be in the [0, 1] range. | |
| shared_ptr< Object > | sourceObject |
| Object from which the runtime property values are read. | |
Defines a runtime environment for the animation playback.
Contains a source object and properties that playbacks can observe to control their runtime state.
| shared_ptr<Object> kanzi::TimelinePlaybackContext::RuntimeEnvironment::sourceObject |
Object from which the runtime property values are read.
| AbstractPropertyType kanzi::TimelinePlaybackContext::RuntimeEnvironment::blendValueProperty |
Float property on sourceObject used as the blend weight. The value must be in the [0, 1] range.