Kanzi 4.1.0
kanzi::TimelinePlaybackContext::RuntimeEnvironment Struct Reference

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< ObjectsourceObject
 Object from which the runtime property values are read.
 

Detailed Description

Defines a runtime environment for the animation playback.

Contains a source object and properties that playbacks can observe to control their runtime state.

Since
Kanzi 4.1

Member Data Documentation

◆ sourceObject

shared_ptr<Object> kanzi::TimelinePlaybackContext::RuntimeEnvironment::sourceObject

Object from which the runtime property values are read.

◆ blendValueProperty

AbstractPropertyType kanzi::TimelinePlaybackContext::RuntimeEnvironment::blendValueProperty

Float property on sourceObject used as the blend weight. The value must be in the [0, 1] range.


The documentation for this struct was generated from the following file: