Interface VRExperienceHelperOptions
Hierarchy
- VRExperienceHelperOptions
Index
Properties
Optional create Device Orientation CameraSearch playground for createDeviceOrientationCamera
Create a DeviceOrientationCamera to be used as your out of vr camera. (default: true)
Optional create FallbackVRDevice Orientation Free CameraSearch playground for createFallbackVRDeviceOrientationFreeCamera
Create a VRDeviceOrientationFreeCamera to be used for VR when no external HMD is found. (default: true)
Optional floor MeshesSearch playground for floorMeshes
A list of meshes to be used as the teleportation floor. If specified, teleportation will be enabled (default: undefined)
Optional laser ToggleSearch playground for laserToggle
Uses the main button on the controller to toggle the laser casted. (default: true)
Optional useXRSearch playground for useXR
Defines if WebXR should be used (if available)
Optional vr Device Orientation Camera MetricsSearch playground for vrDeviceOrientationCameraMetrics
Distortion metrics for the fallback vrDeviceOrientationCamera (default: VRCameraMetrics.Default)
Options to modify the vr experience helper's behavior.