SpatialInteractionSourceLocation.Velocity 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 velocity of a hand or motion controller.
public:
property IReference<float3> ^ Velocity { IReference<float3> ^ get(); };
IReference<float3> Velocity();
public System.Nullable<Vector3> Velocity { get; }
var iReference = spatialInteractionSourceLocation.velocity;
Public ReadOnly Property Velocity As Nullable(Of Vector3)
Property Value
The velocity.