Searched refs:fullPropertyPath (Results 1 – 1 of 1) sorted by relevance
849 CORE_NS::Entity rootEntity, CORE_NS::Entity targetEntity, BASE_NS::string_view fullPropertyPath) in CreateAnimationTrack() argument852 auto separatorPosition = fullPropertyPath.find_first_of('.'); in CreateAnimationTrack()858 auto componentManagerName = fullPropertyPath.substr(0, separatorPosition); in CreateAnimationTrack()859 auto propertyPath = fullPropertyPath.substr(separatorPosition + 1); in CreateAnimationTrack()936 …:Ptr EcsAnimation::GetAnimationTrack(CORE_NS::Entity target, BASE_NS::string_view fullPropertyPath) in GetAnimationTrack() argument939 auto separatorPosition = fullPropertyPath.find_first_of('.'); in GetAnimationTrack()944 auto propertyPath = fullPropertyPath.substr(separatorPosition + 1); in GetAnimationTrack()