Home
last modified time | relevance | path

Searched refs:SetRootEntity (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_animation.h51 virtual bool SetRootEntity(CORE_NS::Entity entity) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h241 bool SetRootEntity(CORE_NS::Entity entity) override;
H A Decs_animation.cpp241 bool EcsAnimation::SetRootEntity(CORE_NS::Entity entity) in SetRootEntity() function in EcsAnimation
358 SetRootEntity(node->GetEntity()); in TryResolveAnimationRoot()