struct in UnityEngine.Experimental.XR
/
Implemented in:UnityEngine.XRModule
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.
CloseStructure describing the result of a XRRaycastSubsystem.Raycast hit.
See Also: XRRaycastSubsystem, BoundedPlane, TrackableType, TrackableId
Distance | The distance, in meters, from the screen to the hit's XRRaycastSubsystemHit.Position. |
HitType | The TrackableType(s) that were hit. |
Pose | The position and rotation of the hit result in device space where the ray hit the trackable. |
TrackableId | The TrackableId of the trackable that was hit by the raycast. |