Home
last modified time | relevance | path

Searched refs:IAnimationStateComponentManager (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Danimation_state_component.h29 BEGIN_COMPONENT(IAnimationStateComponentManager, AnimationStateComponent)
63 END_COMPONENT(IAnimationStateComponentManager, AnimationStateComponent, "a590f16c-723d-421e-a9f6-45…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_playback.h27 class IAnimationStateComponentManager; variable
73 IAnimationStateComponentManager* animationStateManager_ { nullptr };
H A Danimation_system.h46 class IAnimationStateComponentManager; variable
153 IAnimationStateComponentManager& stateManager_;
H A Danimation_playback.cpp40 animationStateManager_(GetManager<IAnimationStateComponentManager>(ecs)), in AnimationPlayback()
H A Danimation_system.cpp488 void UpdateStateAndTracks(IAnimationStateComponentManager& stateManager_, in UpdateStateAndTracks()
592 stateManager_(*(GetManager<IAnimationStateComponentManager>(ecs_))), in AnimationSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_state_component_manager.cpp52 : public BaseManager<AnimationStateComponent, IAnimationStateComponentManager> {
60 : BaseManager<AnimationStateComponent, IAnimationStateComponentManager>( in AnimationStateComponentManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp143 MANAGER(ANIMATION_STATE_COMPONENT_TYPE_INFO, IAnimationStateComponentManager);