Constructor XRTrackedImage
XRTrackedImage(TrackableId, Guid, Pose, Vector2, TrackingState, IntPtr)
Constructs an XRTrackedImage.
Declaration
public XRTrackedImage(TrackableId trackableId, Guid sourceImageId, Pose pose, Vector2 size, TrackingState trackingState, IntPtr nativePtr)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The TrackableId associated with this tracked image. |
| Guid | sourceImageId | A |
| Pose | pose | The |
| Vector2 | size | The size (dimensions) of the detected image. |
| TrackingState | trackingState | The TrackingState of the detected image. |
| IntPtr | nativePtr | A native pointer associated with the detected image. |