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 D | animation_output_component.h | 32 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 D | animation_output_component_manager.cpp | 39 : public BaseManager<AnimationOutputComponent, IAnimationOutputComponentManager> { 47 : BaseManager<AnimationOutputComponent, IAnimationOutputComponentManager>( in AnimationOutputComponentManager()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.h | 45 class IAnimationOutputComponentManager; variable 152 IAnimationOutputComponentManager& outputManager_;
|
H A D | animation_system.cpp | 591 outputManager_(*(GetManager<IAnimationOutputComponentManager>(ecs_))), in AnimationSystem()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.h | 60 class IAnimationOutputComponentManager; variable 137 const GLTF2::AnimationTrack&, IAnimationOutputComponentManager*);
|
H A D | gltf2_exporter.cpp | 757 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 D | gltf2_importer.cpp | 3390 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 D | asset_migration.cpp | 85 auto* aocm = GetManager<IAnimationOutputComponentManager>(collection.GetEcs()); in MigrateAnimation()
|
H A D | ecs_animation.h | 366 CORE3D_NS::IAnimationOutputComponentManager* animationOutputManager_ { nullptr };
|
H A D | ecs_animation.cpp | 284 animationOutputManager_ = GetManager<IAnimationOutputComponentManager>(*ecs_); in SetEntity()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/ |
H A D | static_plugin.cpp | 142 MANAGER(ANIMATION_OUTPUT_COMPONENT_TYPE_INFO, IAnimationOutputComponentManager);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.cpp | 482 auto animationOutputManager = GetManager<IAnimationOutputComponentManager>(ecs); in UpdateTracks()
|