Type alias VRStereoMode

VRStereoMode: "" | "horizontal" | "vertical"

The stereo mode of the VR integration, represented by a value from the following list:
- '': No stereo mode
- 'horizontal': The two viewpoints are in a side-by-side layout. The view for the left eye is in the left half of the video frame, the view for the right eye is in the right half of the video frame.
- 'vertical': The two viewpoints are in a top-bottom layout. The view for the left eye is in the upper half of the video frame, the view for the right eye is in the lower half of the video frame.