Share via


HeadPose.UpDirection Property

Definition

Gets the up direction that orients the user's head gaze in the specified coordinate system, as a unit vector.

public:
 property float3 UpDirection { float3 get(); };
float3 UpDirection();
public Vector3 UpDirection { get; }
var vector3 = headPose.upDirection;
Public ReadOnly Property UpDirection As Vector3

Property Value

Vector3 Vector3

float3

The up direction unit vector.

Applies to