Replies: 1 comment
-
Interesting feature I noticed is that it can clip out parts of text if the whole wrapped line is out of rect like this: |
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
-
I've been trying to implement console ui for my game but the text partially clips out of rect.
Below is copy of my console ui code. The closure passed to
ScrollArea
is what renders the text.I want the upper parts of a line to be clipped when it goes out side of darker area.
Beta Was this translation helpful? Give feedback.
All reactions