ARObjectDetectionsUpdatedEventArgs
A structure for information about the latest object detections that have been surfaced. This is used to...
Declaration
public struct ARObjectDetectionsUpdatedEventArgs : ValueType, IEquatable<ARObjectDetectionsUpdatedEventArgs>Summary
A structure for information about the latest object detections that have been surfaced. This is used to communicate information in the ObjectDetectionsUpdated event.
Remarks
This is an experimental API. Experimental features are subject to breaking changes, not officially supported, and may be deprecated without notice.
Fields
| Name | Type | Summary |
|---|---|---|
| Results | IReadOnlyList<XRDetectedObject> | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
Relationships
implements: System.IEquatable