Event that is fired when the XRMember receives new data.
Property
The id of the XRMember.
Property
The newly received data. The following example shows the structure of the data:
// Confidence value of the tracker, normalized letquality : number = info.quality; // Tracking state, one of the following: // TrackingState.Tracking (0) - The model is snapped and was found in the frame // TrackingState.Critical (1) - The model is snapped but was not found in the frame // TrackingState.Lost (2) - The model is not snapped and not found letstate : TrackingState = info.state; // Inflight count of hypothesis renderer letinflight_count : number = info.inflight_count; // Debug Infos from Tracker service, e.g. after TrackerRequest letmessages : string[] = info.messages;
Event that is fired when the XRMember receives new data.
Property
The id of the XRMember.
Property
The newly received data. The following example shows the structure of the data:
XR_MEMBER_MODELTRACKER_INFO_RECEIVED