Home
last modified time | relevance | path

Searched refs:nameComponent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp598 auto nameComponent = nameManager_->Get(trackHandle->target.operator Entity()); in OnAnimationTrackChanged() local
604 SetValue(named->Name(), nameComponent.name + '.' + trackHandle->property.data()); in OnAnimationTrackChanged()
885 NameComponent nameComponent; in CreateAnimationTrack() local
886 nameComponent.name = "TimeStamps - " + targetName + ":" + propertyPath; in CreateAnimationTrack()
887 nameManager_->Set(timeStamps, nameComponent); in CreateAnimationTrack()
894 NameComponent nameComponent; in CreateAnimationTrack() local
895 nameComponent.name = "Keys - " + targetName + ":" + propertyPath; in CreateAnimationTrack()
896 nameManager_->Set(keys, nameComponent); in CreateAnimationTrack()
906 NameComponent nameComponent; in CreateAnimationTrack() local
907 nameComponent.name = ResolvePathToAnimationRoot(*ecs_, rootEntity, targetEntity); in CreateAnimationTrack()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp444 if (auto nameComponent = nameManager->Read(jointEntity); nameComponent) { in CreateJointMapping() local
445 return nameComponent->name; in CreateJointMapping()