struct XRPersistentAnchorDebugInfo
(Niantic.Lightship.AR.XRSubsystems.XRPersistentAnchorDebugInfo)
概要
XRPersistentAnchorSubsystemのデバッグ情報を含みます。
struct XRPersistentAnchorDebugInfo {
		// properties
	
		XRPersistentAnchorNetworkRequestStatus[] networkStatusArray;
		XRPersistentAnchorLocalizationStatus[] localizationStatusArray;
		XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray;
		// methods
	
		XRPersistentAnchorDebugInfo(
			XRPersistentAnchorNetworkRequestStatus[] networkStatusArray,
			XRPersistentAnchorLocalizationStatus[] localizationStatusArray,
			XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
		);
	};
詳細なドキュメント
XRPersistentAnchorSubsystemのデバッグ情報を含みます。
プロパティ
networkStatusArray
XRPersistentAnchorNetworkRequestStatus[] networkStatusArray
XRPersistentAnchorNetworkRequestStatusの配列
localizationStatusArray
XRPersistentAnchorLocalizationStatus[] localizationStatusArray
XRPersistentAnchorLocalizationStatusの配列
frameDiagnosticsArray
XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
XRPersistentAnchorFrameDiagnosticsの配列
メソッド
XRPersistentAnchorDebugInfo
XRPersistentAnchorDebugInfo(
		XRPersistentAnchorNetworkRequestStatus[] networkStatusArray,
		XRPersistentAnchorLocalizationStatus[] localizationStatusArray,
		XRPersistentAnchorFrameDiagnostics[] frameDiagnosticsArray
	)
XRPersistentAnchorDebugInfoコンストラクタ
パラメーター:
    [XRPersistentAnchorDebugInfo](./index.mdx) - デバッグデータの配列を含むXRPersistentAnchorDebugInfo