다음을 통해 공유


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)

속성 값

속도입니다.

적용 대상