Show / Hide Table of Contents

Struct ReferencePointUpdatedEventArgs

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 ReferencePointUpdatedEventArgs

Properties

| Improve this Doc View Source

PreviousPose

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

PreviousTrackingState

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

ReferencePoint

Declaration
public ReferencePoint ReferencePoint { get; }
Property Value
Type Description
ReferencePoint

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