class XRPersistentAnchorSubsystemDescriptor
(Niantic.Lightship.AR.XRSubsystems.XRPersistentAnchorSubsystemDescriptor)
概要
XRPersistentAnchorSubsystem](../XRPersistentAnchorSubsystem/index.mdx)の記述子。
	class XRPersistentAnchorSubsystemDescriptor:SubsystemDescriptorWithProvider< XRPersistentAnchorSubsystem, XRPersistentAnchorSubsystem.Provider > {
	public:
	
		struct Cinfo;
		// properties
	
		bool supportsTrackableAttachments;
		// メソッド
	
		static void Create(Cinfo cinfo);
	};
詳細なドキュメント
XRPersistentAnchorSubsystem](../XRPersistentAnchorSubsystem/index.mdx)の記述子。
プロパティ
supportsTrackableAttachments
bool supportsTrackableAttachments
サブシステムがアタッチメント(つまり、トラッキング可能なものにアンカーを取り付ける機能)をサポートしていればtrue。
メソッド
static void Create(Cinfo cinfo)
新しいサブシステム・ディスクリプタを作成し、SubsystemManager に登録します。
パラメーター:
    cinfo - 作成するディスクリプタを記述するコンストラクタ情報。