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.
Default
true -
OptionaldeviceScreenshots 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.
-
OptionalmodelTracking 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.