Helper class to resolve objects for animation timelines. More...
#include <kanzi/animation/scenegraph_timeline_playback_context.hpp>
Public Member Functions | |
| ScenegraphTimelinePlaybackContext (Node &node) | |
Public Member Functions inherited from kanzi::TimelinePlaybackContext | |
| virtual | ~TimelinePlaybackContext () |
| virtual shared_ptr< Object > | lookupObject (string_view path) |
Protected Member Functions | |
| virtual shared_ptr< Object > | lookupObjectOverride (string_view path) KZ_OVERRIDE |
Helper class to resolve objects for animation timelines.
|
explicit |
|
protectedvirtual |
Implements kanzi::TimelinePlaybackContext.