⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

enum UIMove

This describes how a UI element moves when being dragged around by a user!

Enum Values

   
Exact The element follows the position and orientation of the user’s hand exactly.
ExactNoscale Behaves just like ui_move_exact, but opts out of uniform scaling. Use this when a Handle is provided a scale value, but should only ever be translated and rotated by multiple interactors, never scaled.
FaceUser The element follows the position of the user’s hand, but orients to face the user’s head instead of just using the hand’s rotation.
None Do not allow user input to change the element’s pose at all! You may also be interested in UI.Push/PopSurface.
PosOnly This element follows the hand’s position only, completely discarding any rotation information.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!