Home
last modified time | relevance | path

Searched refs:IAnimationTrackComponentManager (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_track_component.h33 BEGIN_COMPONENT(IAnimationTrackComponentManager, AnimationTrackComponent)
61 END_COMPONENT(IAnimationTrackComponentManager, AnimationTrackComponent, "42b5784a-44e6-4de1-8892-d0…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_track_component_manager.cpp45 : public BaseManager<AnimationTrackComponent, IAnimationTrackComponentManager> {
53 : BaseManager<AnimationTrackComponent, IAnimationTrackComponentManager>( in AnimationTrackComponentManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h47 class IAnimationTrackComponentManager; variable
154 IAnimationTrackComponentManager& animationTrackManager_;
H A Danimation_playback.cpp126 … auto trackManager = GetManager<IAnimationTrackComponentManager>(animationManager_->GetEcs()); in GetAnimationLength()
H A Danimation_system.cpp489 IAnimationTrackComponentManager& trackManager_, IAnimationInputComponentManager& inputManager_, in UpdateStateAndTracks()
593 animationTrackManager_(*(GetManager<IAnimationTrackComponentManager>(ecs_))), in AnimationSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h94 … CORE_NS::GetManager<CORE3D_NS::IAnimationTrackComponentManager>(*ecsListener->ecs_)) { in SCENE_BEGIN_NAMESPACE()
161 … CORE_NS::GetManager<CORE3D_NS::IAnimationTrackComponentManager>(*ecsListener->ecs_)) { in SCENE_BEGIN_NAMESPACE()
364 CORE3D_NS::IAnimationTrackComponentManager* animationTrackManager_ { nullptr };
H A Decs_animation.cpp106 auto animationTrackManager = GetManager<IAnimationTrackComponentManager>(ecs); in UpdateTrackTargets()
282 animationTrackManager_ = GetManager<IAnimationTrackComponentManager>(*ecs_); in SetEntity()
388 bool isAnimationTrackChange = componentManager.GetUid() == IAnimationTrackComponentManager::UID; in DoComponentEvent()
H A Dasset_loader.cpp511 auto animationTrackManager = GetManager<IAnimationTrackComponentManager>(ecs_); in UpdateTrackTargets()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp144 MANAGER(ANIMATION_TRACK_COMPONENT_TYPE_INFO, IAnimationTrackComponentManager);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp481 auto animationTrackManager = GetManager<IAnimationTrackComponentManager>(ecs); in UpdateTracks()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2458 IAnimationTrackComponentManager* trackManager;
3419 auto animationTrackManager = GetManager<IAnimationTrackComponentManager>(*ecs_); in PrepareAnimationTasks()
H A Dgltf2_exporter.cpp838 auto const animationTrackManager = GetManager<IAnimationTrackComponentManager>(ecs); in ExportGltfAnimations()