Replies: 1 comment 1 reply
-
Have you tried to use these correct types in your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Gnimuc, thanks again for this fantastic module! I'm starting to get the hang of it and I haven't had that much fun designing a UI in years!
I'm now trying to use
SliderInt
andDragFloatRange2
with the fields of mutable structs. Is that possible? e.g. something like:The above works when I strictly use @cstatic variables, but it doesn't work with fields of my mutable structs. I want to have different values/range for each instance of the ImgView. Is there a trick to do this, or can you recommend a work-around? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions