Replies: 1 comment
-
There is actually a couple of |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to show a bunch (around 100-200) of numbers as separate
Text
objects, where the color of the text is based on the value shown. As it seemsTextStyle
is the only way to set the color of a piece ofText
I'm wondering what's worse, creating a newTextStyle
each time a value changes (potentially each frame), or giving eachText
object its ownTextStyle
and then updating just the color in theMaterial
? I suspect the latter is the best approach?Beta Was this translation helpful? Give feedback.
All reactions