Searched refs:nameComponent (Results 1 – 2 of 2) sorted by relevance
598 auto nameComponent = nameManager_->Get(trackHandle->target.operator Entity()); in OnAnimationTrackChanged() local604 SetValue(named->Name(), nameComponent.name + '.' + trackHandle->property.data()); in OnAnimationTrackChanged()885 NameComponent nameComponent; in CreateAnimationTrack() local886 nameComponent.name = "TimeStamps - " + targetName + ":" + propertyPath; in CreateAnimationTrack()887 nameManager_->Set(timeStamps, nameComponent); in CreateAnimationTrack()894 NameComponent nameComponent; in CreateAnimationTrack() local895 nameComponent.name = "Keys - " + targetName + ":" + propertyPath; in CreateAnimationTrack()896 nameManager_->Set(keys, nameComponent); in CreateAnimationTrack()906 NameComponent nameComponent; in CreateAnimationTrack() local907 nameComponent.name = ResolvePathToAnimationRoot(*ecs_, rootEntity, targetEntity); in CreateAnimationTrack()[all …]
444 if (auto nameComponent = nameManager->Read(jointEntity); nameComponent) { in CreateJointMapping() local445 return nameComponent->name; in CreateJointMapping()