Warning
Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.
XRConfiguration¶
Type Alias XRConfiguration
autoShowBackgroundFeed?: boolean;
deviceScreenshotsEnabled?: boolean;
imageSourceConfig: XRImageSourceConfig;
modelTrackingEnabled?: boolean;
rayCastingEnabled?: boolean;
}
Type declaration
Optional
autoShowBackgroundFeed?: booleanIf true, the XR system will show the XR background feed automatically when it is available.
Optional
deviceScreenshotsEnabled?: booleanIf true, the XR system will be able to use functionalities that require device screenshots.
imageSourceConfig: XRImageSourceConfig
Specifies the configuration of the source of the XR images.
Optional
modelTrackingEnabled?: booleanIf true, the XR system will be able to use functionalities that require model-based tracking.
Optional
rayCastingEnabled?: booleanIf true, the XR system will be able to use functionalities that require ray casting.
Configuration for the XR system. The configuration is used when connecting to the XR system.