struct XRObjectDetectionSubsystemCinfo
(Niantic.Lightship.AR.XRSubsystems.XRObjectDetectionSubsystemCinfo)
概要
XRObjectDetectionSubsystemDescriptor](../XRObjectDetectionSubsystemDescriptor/index.mdx) のコンストラクタ引数。
struct XRObjectDetectionSubsystemCinfo:IEquatable< XRObjectDetectionSubsystemCinfo > {
// プロパティ
string id;
Type providerType;
Type subsystemTypeOverride;
Func<Supported> objectDetectionSupportedDelegate;
// メソッド
bool Equals(XRObjectDetectionSubsystemCinfo other);
override bool Equals(System.オブジェクト obj);
オーバーライド int GetHashCode();
static bool operator == (
XRObjectDetectionSubsystemCinfo lhs,
XRObjectDetectionSubsystemCinfo rhs
);
static bool operator != (
XRObjectDetectionSubsystemCinfo lhs,
XRObjectDetectionSubsystemCinfo rhs
);
};