Visual Controls

Visual controls let you update props using controls in the scene rather than in code or input controls.

Transform Controls

Transform controls appear on 3D elements that are selected which can be used for moving, rotating, and scaling. They are enabled for elements that declare the prop for the given transform mode, otherwise it's disabled.

  • position — Enables translate mode for the element
  • rotation — Enables rotate mode for the element
  • scale — Enables scale mode for the element

Transform modes

The floating scene controls contain transform mode actions, clicking them sets the mode. For example clicking the Rotate action enables rotation.

Each mode has a corresponding hotkey you can use instead of clicking the action.

  • Translate — T
  • Rotate — R
  • Scale — S

Modifiers

Transform controls have keyboard modifiers you can use to multiply and divide the amount of change.

Using Control will multiply and Shift will divide the amount. You can use them together.

Turn off transform controls

Turn off by clicking the Select action in the Scene Controls.

Was this page helpful?