SpatialInteractionSourceLocation.AngularVelocity 属性

定义

获取手部或运动控制器的角度速度。

public:
 property IReference<float3> ^ AngularVelocity { IReference<float3> ^ get(); };
IReference<float3> AngularVelocity();
public System.Nullable<Vector3> AngularVelocity { get; }
var iReference = spatialInteractionSourceLocation.angularVelocity;
Public ReadOnly Property AngularVelocity As Nullable(Of Vector3)

属性值

角速度。

Windows 要求

要求 说明
设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

角速度以轴角表示形式表示。 单位矢量是旋转轴,震级是角速度(以弧度/秒为单位),遵循右侧规则。

适用于