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