本文へスキップ
バージョン: 3.0

index


title: struct ARPersistentAnchorStateChangedEventArgs toc_max_heading_level: 4


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