Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp252 const auto speed = animationSpeed_ ? animationSpeed_->GetValue() : 1.f; in UpdateTotalDuration()
291 animationSpeed_ = meta->GetPropertyByName<float>(ANIMATION_SPEED);
294 if (animationSpeed_) {
295 propHandler_.NewHandler(nullptr, nullptr).Subscribe(animationSpeed_, [this]() { UpdateTotalDuration(); });
366 META_NS::Property<float> animationSpeed_; member in __anon9815::AnimImpl
404 BindPropChanges<float, float>(propHandler_, speed->SpeedFactor(), animationSpeed_); in AttachModifier()
415 propHandler_.EraseHandler(animationSpeed_, speed->SpeedFactor()); in DetachModifier()
416 animationSpeed_->SetValue(1.f); in DetachModifier()

Completed in 2 milliseconds