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
);
};