struct XRSemanticsSubsystemCinfo
(Niantic.Lightship.AR.XRSubsystems.XRSemanticsSubsystemCinfo)
概要
XRSemanticsSubsystemDescriptor のコンストラクタ・パラメータ。
	struct XRSemanticsSubsystemCinfo:IEquatable< XRSemanticsSubsystemCinfo > {
		// プロパティ
	
		string id;
		Type providerType;
		Type subsystemTypeOverride;
		Func<Supported> semanticSegmentationImageSupportedDelegate;
		// メソッド
	
		bool Equals(XRSemanticsSubsystemCinfo other);
		override bool Equals(System.オブジェクト obj);
		オーバーライド int GetHashCode();
	
		static bool operator == (
			XRSemanticsSubsystemCinfo lhs,
			XRSemanticsSubsystemCinfo rhs
		);
	
		static bool operator != (
			XRSemanticsSubsystemCinfo lhs,
			XRSemanticsSubsystemCinfo rhs
		);
	};
詳細なドキュメント
XRSemanticsSubsystemDescriptor のコンストラクタ・パラメータ。