Description 描述
Structure describing the result of a XRRaycastSubsystem.Raycast hit.
See Also: XRRaycastSubsystem, BoundedPlane, TrackableType, TrackableId
Properties 属性
| 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. |