次の方法で共有


SpatialInteractionSourceLocation.Velocity プロパティ

定義

手またはモーション コントローラーの速度を取得します。

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)

プロパティ値

速度。

適用対象