Share via


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 で導入)

注釈

角速度は、軸角度表現で表されます。 単位ベクトルは回転軸であり、マグニチュードは右側の規則に従って 1 秒あたりのラジアン単位の角度速度です。

適用対象