class Provider
(Niantic.Lightship.AR.XRSubsystems.XRObjectDetectionSubsystem.Provider)
概要
XRObjectDetectionSubsystemにサービスを提供するプロバイダ。
class Provider: SubsystemProvider< XRObjectDetectionSubsystem > {
public:
// フィールド
? uint LatestFrameId => throw new NotSupportedException("Getting the latest frame id is not supported by this implementation");
bool IsMetadataAvailable => throw new NotSupportedException("Getting if metadata is available is not supported by this implementation");
// プロパティ
uint TargetFrameRate;
bool IsStabilizationEnabled;
// メソッド
virtual bool TryGetCategoryNames(out IReadOnlyList<string> names);
virtual bool TryGetDetectedObjects(out XRDetectedObject[] results);
};
詳細なドキュメント
XRObjectDetectionSubsystemにサービスを提供するプロバイダ。