Share via


HeadPose.Position Property

Definition

Gets the position of the user's head in the specified coordinate system.

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

Property Value

Vector3 Vector3

float3

The position.

Applies to