Interface VRPlayerConfiguration

Describes the VR configuration

interface VRPlayerConfiguration {
    useWebXR?: boolean;
}

Properties

Properties

useWebXR?: boolean

Whether to use the WebXR API.

Default Value

false

Generated using TypeDoc