ARLocationTrackedEventArgs
Event arguments for the locationTrackingStateChanged event.
Declaration
public struct ARLocationTrackedEventArgs : ValueTypeConstructors
public ARLocationTrackedEventArgs(ARLocation arARLocation, bool tracking, ARLocationTrackingStateReason reason, float trackingConfidence)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly ARLocation | ARLocation | - |
| readonly Tracking | bool | - |
| readonly TrackingConfidence | float | - |
| readonly TrackingStateReason | ARLocationTrackingStateReason | - |