XRConfiguration¶
Type Alias XRConfiguration
XRConfiguration: {
autoShowBackgroundFeed?: boolean;
deviceScreenshotsEnabled?: boolean;
imageSourceConfig: XRImageSourceConfig;
modelTrackingEnabled?: boolean;
}
autoShowBackgroundFeed?: boolean;
deviceScreenshotsEnabled?: boolean;
imageSourceConfig: XRImageSourceConfig;
modelTrackingEnabled?: 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.
Configuration for the XR system. The configuration is used when connecting to the XR system.