Struct XRRaycastHit
Assembly: UnityEngine.dll
Syntax
public struct XRRaycastHit
Properties
|
Improve this Doc
View Source
Distance
Declaration
public float Distance { get; set; }
Property Value
|
Improve this Doc
View Source
HitType
Declaration
public TrackableType HitType { get; set; }
Property Value
|
Improve this Doc
View Source
Pose
Declaration
public Pose Pose { get; set; }
Property Value
|
Improve this Doc
View Source
TrackableId
Declaration
public TrackableId TrackableId { get; set; }
Property Value
Extension Methods