struct XRPersistentAnchorDebugInfo
(Niantic.Lightship.AR.XRSubsystems.XRPersistentAnchorDebugInfo)
概要
XRPersistentAnchorSubsystemのデバッグ情報を含みます。
struct XRPersistentAnchorDebugInfo {
		// プロパティ
	
		XRPersistentAnchorNetworkRequestStatus[] networkStatusArray;
		XRPersistentAnchorLocalizationStatus[] localizationStatusArray;
		XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray;
		// methods
	
		XRPersistentAnchorDebugInfo(
			XRPersistentAnchorNetworkRequestStatus[] networkStatusArray,
			XRPersistentAnchorLocalizationStatus[] localizationStatusArray,
			XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
		);
};