Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_output_component.h32 BEGIN_COMPONENT(IAnimationOutputComponentManager, AnimationOutputComponent)
40 END_COMPONENT(IAnimationOutputComponentManager, AnimationOutputComponent, "aefd2f02-9178-46d1-8ef2-…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_output_component_manager.cpp39 : public BaseManager<AnimationOutputComponent, IAnimationOutputComponentManager> {
47 : BaseManager<AnimationOutputComponent, IAnimationOutputComponentManager>( in AnimationOutputComponentManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h45 class IAnimationOutputComponentManager; variable
152 IAnimationOutputComponentManager& outputManager_;
H A Danimation_system.cpp591 outputManager_(*(GetManager<IAnimationOutputComponentManager>(ecs_))), in AnimationSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h60 class IAnimationOutputComponentManager; variable
137 const GLTF2::AnimationTrack&, IAnimationOutputComponentManager*);
H A Dgltf2_exporter.cpp757 Accessor* AnimationOutput(const IAnimationOutputComponentManager& outputManager, const Entity& anim… in AnimationOutput()
798 const IAnimationOutputComponentManager& animationOutputManager, BufferHelper& bufferHelper) in CreateAnimationSampler()
837 auto const animationOutputManager = GetManager<IAnimationOutputComponentManager>(ecs); in ExportGltfAnimations()
H A Dgltf2_importer.cpp3390 const AnimationTrack& track, IAnimationOutputComponentManager* animationOutputManager) in PrepareAnimationOutputTask()
3418 auto animationOutputManager = GetManager<IAnimationOutputComponentManager>(*ecs_); in PrepareAnimationTasks()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_migration.cpp85 auto* aocm = GetManager<IAnimationOutputComponentManager>(collection.GetEcs()); in MigrateAnimation()
H A Decs_animation.h366 CORE3D_NS::IAnimationOutputComponentManager* animationOutputManager_ { nullptr };
H A Decs_animation.cpp284 animationOutputManager_ = GetManager<IAnimationOutputComponentManager>(*ecs_); in SetEntity()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp142 MANAGER(ANIMATION_OUTPUT_COMPONENT_TYPE_INFO, IAnimationOutputComponentManager);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp482 auto animationOutputManager = GetManager<IAnimationOutputComponentManager>(ecs); in UpdateTracks()