enum MAGES::Interaction::UI::MAGESGraphicRaycaster::TrackedDeviceInteractionMode¶
Overview¶
The mode of interaction for tracked devices. More…
enum TrackedDeviceInteractionMode { Ray = 1, Direct = 2, };
Detailed Documentation¶
The mode of interaction for tracked devices.
Enum Values¶
Ray
Interaction with tracked device’s ray.
Direct
Interaction with tracked device’s sphere (touch).