SpatialPointerInteractionSourcePose.ForwardDirection 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 forward direction of the motion controller's pointer pose in the specified coordinate system, as a unit vector.
public:
property float3 ForwardDirection { float3 get(); };
float3 ForwardDirection();
public Vector3 ForwardDirection { get; }
var vector3 = spatialPointerInteractionSourcePose.forwardDirection;
Public ReadOnly Property ForwardDirection As Vector3
Property Value
The forward direction unit vector.