Version: 2019.2
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

ReferencePointUpdatedEventArgs

struct in UnityEngine.Experimental.XR

/

Implemented in:UnityEngine.XRModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Data to be passed to the user when the device corrects its understanding of the world enough that the ReferencePoint's position or rotation has changed.

Properties

PreviousPoseThe previous Pose of the ReferencePoint, prior to this event.
PreviousTrackingStateThe previous TrackingState of the ReferencePoint, prior to this event.
ReferencePointThe reference point that has the value of its position, rotation, or both changed enough through the device correcting its understanding of where this point should be located in device space.