Home
last modified time | relevance | path

Searched refs:Timestamps (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
H A Danimation.h118 META_NS::ArrayProperty<float> Timestamps() in Timestamps() function in final
120 return META_API_CACHED_INTERFACE(TrackAnimation)->Timestamps(); in Timestamps()
123 auto& Timestamps(BASE_NS::array_view<float> timestamps) in Timestamps() function in final
125 Timestamps()->SetValue(BASE_NS::move(timestamps)); in Timestamps()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp37 TrackAnimationState::TrackDataParams params { META_ACCESS_PROPERTY(Timestamps) }; in Build()
42 META_ACCESS_PROPERTY(Timestamps)->OnChanged()->AddHandler(updateKf); in Build()
221 META_ACCESS_PROPERTY(Timestamps)->Reset(); in RemoveAllKeyframes()
246 auto& timestamps = META_ACCESS_PROPERTY(Timestamps); in UpdateValid()
H A Dtrack_animation.h40 META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITrackAnimation, float, Timestamps)
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation.h253 * @brief TimeStamps for the animation. Timestamps are positions of the keyframes on the track, relative
257 META_ARRAY_PROPERTY(float, Timestamps)
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h52 META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITrackAnimation, float, Timestamps, {})
H A Decs_animation.cpp518 // Timestamps for this track have changed. in OnAnimationInputsChanged()
631 trackAnimation->Timestamps()->SetValue(times); in UpdateTimestamps()

Completed in 5 milliseconds