struct ARPersistentAnchorStateChangedEventArgs
(Niantic.Lightship.AR.PersistentAnchors.ARPersistentAnchorStateChangedEventArgs)
概要
状態が変化した ARPersistentAnchor に関する情報を含みます。
struct ARPersistentAnchorStateChangedEventArgs {
		// プロパティ
	
		ARPersistentAnchor arPersistentAnchor;
		// メソッド
	
		ARPersistentAnchorStateChangedEventArgs(ARPersistentAnchor arPersistentAnchor);
	};
詳細なドキュメント
状態が変化した ARPersistentAnchor に関する情報を含みます。
プロパティ
arPersistentAnchor
ARPersistentAnchor arPersistentAnchor
状態が変化した ARPersistentAnchor
メソッド
ARPersistentAnchorStateChangedEventArgs
ARPersistentAnchorStateChangedEventArgs(ARPersistentAnchor arPersistentAnchor)
ARPersistentAnchor の状態を変更するための引数を作成します。
パラメーター:
    arPersistentAnchor - 状態が変化したARPersistentAnchor