本文へスキップ

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