HeadPose.UpDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The up direction unit vector.