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