Home
last modified time | relevance | path

Searched defs:targetEntity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp365 auto targetEntity = ec_.GetEntity(entityTarget); in LoadJsonEntityCollection() local
561 auto targetEntity = ec_.GetEntity(entityTarget); in GltfImportFinished() local
H A Dscene_holder.cpp1714 void SceneHolder::SetMesh(CORE_NS::Entity targetEntity, CORE_NS::Entity mesh) in SetMesh()
1779 void SceneHolder::SetMaterial(CORE_NS::Entity targetEntity, CORE_NS::Entity material, int64_t subme… in SetMaterial()
1856 void SceneHolder::SetTexture(size_t index, CORE_NS::Entity targetEntity, CORE_NS::EntityReference i… in SetTexture()
2261 void SceneHolder::SetSampler(size_t index, CORE_NS::Entity targetEntity, SCENE_NS::ITextureInfo::Sa… in SetSampler()
2281 void SceneHolder::SetSubmeshRenderSortOrder(CORE_NS::Entity targetEntity, int64_t submeshIndex, uin… in SetSubmeshRenderSortOrder()
2299 void SceneHolder::SetSubmeshAABBMin(CORE_NS::Entity targetEntity, int64_t submeshIndex, const BASE_… in SetSubmeshAABBMin()
2318 void SceneHolder::RemoveSubmesh(CORE_NS::Entity targetEntity, int64_t submeshIndex) in RemoveSubmesh()
2345 void SceneHolder::SetSubmeshAABBMax(CORE_NS::Entity targetEntity, int64_t submeshIndex, const BASE_… in SetSubmeshAABBMax()
H A Decs_animation.cpp725 auto targetEntity = animationTrack->target.operator Entity(); in RemoveKey() local
757 auto targetEntity = animationTrack->target.operator Entity(); in UpdateKey() local
849 CORE_NS::Entity rootEntity, CORE_NS::Entity targetEntity, BASE_NS::string_view fullPropertyPath) in CreateAnimationTrack()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp393 float CalculateScalingFactor(IEcs& ecs, Entity targetEntity, Entity sourceEntity) in CalculateScalingFactor()
536 IEcs& ecs, Entity targetEntity, Entity sourceEntity, Entity animationEntity) const in RetargetSkinAnimation()
671 void SceneUtil::ShareSkin(IEcs& ecs, Entity targetEntity, Entity sourceEntity) const in ShareSkin()