XRConfiguration#
Type alias XRConfiguration
XRConfiguration: {
autoShowBackgroundFeed?: boolean;
deviceScreenshotsEnabled?: boolean;
imageSourceConfig: XRImageSourceConfig;
modelTrackingEnabled?: boolean;
}
autoShowBackgroundFeed?: boolean;
deviceScreenshotsEnabled?: boolean;
imageSourceConfig: XRImageSourceConfig;
modelTrackingEnabled?: boolean;
}
Type declaration
-
Optional
autoShow Background Feed?: boolean If true, the XR system will show the XR background feed automatically when it is available.
Default
true
-
Optional
deviceScreenshots Enabled?: boolean If true, the XR system will be able to use functionalities that require device screenshots.
Default
false
-
image
Source Config: XRImageSourceConfig Specifies the configuration of the source of the XR images.
-
Optional
modelTracking Enabled?: boolean If true, the XR system will be able to use functionalities that require model-based tracking.
Default
true
Configuration for the XR system. The configuration is used when connecting to the XR system.