Will UI class works with physics? #230
Unanswered
crapthings
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Any rexui sizer is extended from containerLite, moves the topmost ui object will also moves children. (Moving child directly is another story). CircleMaskImage does not have mask, it draws circular crop image on a canvas. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, it can. You can set position directly, or by tween, or with physics engine, ideally. But I did not try physics engine before. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
collide doesn't work
and I want make a circle around avatar that represent player's hp, but it doesn't move together.
should I wrap rexui with a container? and move that container?
what is the best practice to make such UI with rexUI
Beta Was this translation helpful? Give feedback.
All reactions