Namespace OvrleUI
Classes
- Dashboard
Button Button for dashboard overlay. Trigger OnClick() event when clicked.
- Dashboard
Dropdown Dropdown UI for dashboard overlay.
- Dashboard
Dropdown Item Item of a Dashboard
Dropdown . This is placed under Dropdown > Items game object in the Dropdown prefab hierarchy.
- Dashboard
Input Converter Convert OpenVR dashboard event to Unity UI event.
- Dashboard
Overlay Main class of Dashboard UI library.
- Dashboard
Slider Slider for DashboardUI. This has float value.
- Dashboard
Toggle Toggle UI component for the dashboard.
- Dashboard
Toggle Group UI elements container with a toggle that open/close the children elements.
- Exit
Button ExitButton prefab is put in the bottom of Sidebar. If user click it, the application will quit. Please disabled the prefab if you don't use it.
- Page
Dashboard overlay page. This is a container for all the UI elements that make up a page. Each page is correspond to an item of the sidebar with the same pageId. Dashboard must has at least one page and one sidebar item.
- Scroll
Manager Control page scroll function.
- Sidebar
Sidebar contains sidebar items to switch pages.
- Sidebar
Item Items of Sidebar. Each sidebar item has a page correspond pageId.
- Sound
Loader Load SteamVR system sounds from SteamVR folder.
- Theme
Switcher Switch SteamVR 1.0 and 2.0 UI. Attach this script to the dashboard UI root game object to find dashboard UI components from children.
- UIUtil
Utility functions for UI.