enumeration
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.
CloseFor 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.
CloseDenotes the accuracy of tracking on the interaction source.
None | A position accuracy of None reports that there is no position accuracy, as the interaction source unlocatable. |
Approximate | A position accuracy of Approximate reports that you may not want to fully trust the positions reported, as the position is inferred or synthesized in some way, such as the controller leaving the sensors' field of view and forcing the API to rely on the device's IMU instead of visual tracking. |
High | A position accuracy of High reports that you can fully trust the position, as the interaction source is within the sensors' visual field of view. |