struct XRSemanticsSubsystemCinfo
(Niantic.Lightship.AR.XRSubsystems.XRSemanticsSubsystemCinfo)
概要
XRSemanticsSubsystemDescriptor](../XRSemanticsSubsystemDescriptor/index.mdx) のコンストラクタ・パラメータ。
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
);
};