enum TrackedDeviceType : System.Enum

robot_2Generated
code_blocksInput

Description

The TrackedDeviceType enumeration in the Sandbox.VR namespace represents different types of devices that can be tracked in a virtual reality environment. This enum is used to identify and categorize various VR hardware components, such as headsets, controllers, and base stations.

Members

Fields

Member Name Summary
Invalid The ID was not valid.
Hmd Head-mounted display (your headset).
Controller Tracked controllers.
Tracker Generic trackers.
BaseStation Camera and base stations that serve as tracking reference points.
Redirect Accessories that aren't necessarily tracked themselves, but may redirect video output from other tracked devices.