struct XRPersistentAnchorDebugInfo
(Niantic.Lightship.AR.XRSubsystems.XRPersistentAnchorDebugInfo)
Overview
Contains debug information of XRPersistentAnchorSubsystem
struct XRPersistentAnchorDebugInfo {
		// properties
	
		XRPersistentAnchorNetworkRequestStatus[] networkStatusArray;
		XRPersistentAnchorLocalizationStatus[] localizationStatusArray;
		XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray;
		// methods
	
		XRPersistentAnchorDebugInfo(
			XRPersistentAnchorNetworkRequestStatus[] networkStatusArray,
			XRPersistentAnchorLocalizationStatus[] localizationStatusArray,
			XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
		);
	};
Detailed Documentation
Contains debug information of XRPersistentAnchorSubsystem
Properties
networkStatusArray
XRPersistentAnchorNetworkRequestStatus[] networkStatusArray
Array of XRPersistentAnchorNetworkRequestStatus
localizationStatusArray
XRPersistentAnchorLocalizationStatus[] localizationStatusArray
Array of XRPersistentAnchorLocalizationStatus
frameDiagnosticsArray
XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
Array of XRPersistentAnchorFrameDiagnostics
Methods
XRPersistentAnchorDebugInfo
XRPersistentAnchorDebugInfo(
		XRPersistentAnchorNetworkRequestStatus[] networkStatusArray,
		XRPersistentAnchorLocalizationStatus[] localizationStatusArray,
		XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
	)
XRPersistentAnchorDebugInfo Contructor
Parameters:
    [XRPersistentAnchorDebugInfo](./index.mdx)  - The XRPersistentAnchorDebugInfo with the debug data arrays