Struct ReferencePointUpdatedEventArgs
Inherited Members
Namespace: UnityEngine.Experimental.XR
Assembly: UnityEngine.dll
Syntax
public struct ReferencePointUpdatedEventArgs
Properties
| Improve this Doc View SourcePreviousPose
Declaration
public Pose PreviousPose { get; }
Property Value
Type | Description |
---|---|
Pose |
PreviousTrackingState
Declaration
public TrackingState PreviousTrackingState { get; }
Property Value
Type | Description |
---|---|
TrackingState |
ReferencePoint
Declaration
public ReferencePoint ReferencePoint { get; }
Property Value
Type | Description |
---|---|
ReferencePoint |