共用方式為


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)

屬性值

速度。

適用於