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。