Show / Hide Table of Contents

Struct XRRaycastHit

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.XR
Assembly: UnityEngine.dll
Syntax
public struct XRRaycastHit

Properties

| Improve this Doc View Source

Distance

Declaration
public float Distance { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

HitType

Declaration
public TrackableType HitType { get; set; }
Property Value
Type Description
TrackableType
| Improve this Doc View Source

Pose

Declaration
public Pose Pose { get; set; }
Property Value
Type Description
Pose
| Improve this Doc View Source

TrackableId

Declaration
public TrackableId TrackableId { get; set; }
Property Value
Type Description
TrackableId

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX