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/index.mdx)の状態変更用の引数を作成します。
**パラメーター
arPersistentAnchor`` - 状態を変更したARPersistentAnchor