Struct NavigationUpdatedEventArgs
Assembly: UnityEngine.dll
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct NavigationUpdatedEventArgs
Properties
|
Improve this Doc
View Source
Declaration
public Pose headPose { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector3 normalizedOffset { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public InteractionSource source { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public InteractionSourcePose sourcePose { get; }
Property Value
Extension Methods