This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
TextElementGroupState updateElements #2304
Unanswered
blueRaining
asked this question in
Q&A
Replies: 1 comment
-
@atomicsulfate , do you know? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
updateElements(filter: TextElementFilter) { for (const elementState of this.m_textElementStates) { const textDistance = filter(elementState); elementState.update(textDistance); } }
how it to filter the elementState?when the textDistance is undefined,should we delete it from m_textElementStates?
Beta Was this translation helpful? Give feedback.
All reactions