Introduction

The Context Menu, also known as the "Radial Menu", is a core UI that changes its options depending on tools you equip, objects you hold, and many other contextual situations.
Usage
The Context Menu can be opened by pressing your context menu button, the context menu button varies depending on your controller. The Context Menu will stay open until you either click a button that closes the menu or you move your hand a certain distance away from the menu. By default the Context Menu will contain a few options at all times:
- Locomotion: The locomotion sub-menu will allow you to switch between the world's supplied locomotion modules.
- Scaling Disabled/Enabled: Enabling self scale will allow the user to change their user scale.
- Reset Scale: While scaled the player can hit the reset scale button to go back to their default user scale.
- Laser Disabled/Enabled: Enables and disables the laser that is projected from the users tool anchor.
- Undo: Undoes the player's most recent undo-able action.
- Redo: Redoes the user's most recent redo-able action.
Adding Items to Context Menus
Items can be created for the Context Menu using the Context Menu Item Source Component, and added to the user's Context Menu using the Root Context Menu Item Component, both of which are found under "Radiant UI > Context Menu" in the Component Browser.