struct ARObjectDetectionsUpdatedEventArgs
(Niantic.Lightship.AR.ObjectDetection.ARObjectDetectionsUpdatedEventArgs)
概要
最新のオブジェクト検出に関する情報を表示するための構造 これは、ARObjectDetectionManager.ObjectDetectionsUpdatedイベントで情報を伝達するために使用されます。
struct ARObjectDetectionsUpdatedEventArgs: IEquatable< ARObjectDetectionsUpdatedEventArgs > {
// fields
IReadOnlyList<XRDetectedObject> Results;
// methods
override bool Equals(object obj);
bool Equals(ARObjectDetectionsUpdatedEventArgs other);
override int GetHashCode();
};