Interface VRPlayerConfiguration

Describes the VR configuration

Ignored.

interface VRPlayerConfiguration {
    useWebXR?: boolean;
}

Properties

Properties

useWebXR?: boolean

Whether to use the WebXR API.

Ignored, always assumed to be true.