VRLaserPointerMode
Specifies the display mode of the VR laser pointer used to interact with the user interface.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 638 | Disabled | 0 | The laser pointer is hidden and no pointer is rendered for any VR hand. | |
| 638 | Pointer | 1 | A single laser pointer is shown for the primary VR hand; this is the default value of VRService.LaserPointer. | |
| 638 | DualPointer | 2 | A laser pointer is shown for each VR hand simultaneously. |
Description
Specifies the display mode of the laser pointer that a VR player uses to interact with the user interface. This enum is the type of VRService.LaserPointer, which defaults to Pointer.
History 4
- 638 Add Pointer
- 638 Add DualPointer
- 638 Add Disabled
- 638 Add VRLaserPointerMode