Share via


SpatialInteractionControllerProperties.ThumbstickY プロパティ

定義

サムスティックの垂直方向の位置を表す -1.0 から 1.0 までの値を取得します。

public:
 property double ThumbstickY { double get(); };
double ThumbstickY();
public double ThumbstickY { get; }
var double = spatialInteractionControllerProperties.thumbstickY;
Public ReadOnly Property ThumbstickY As Double

プロパティ値

Double

double

サムスティック Y 値。

注釈

この値の範囲は、下部の -1.0 から上部の 1.0 までで、中心は 0.0 に近くなります。 デッドゾーンが適用されていないため、サムスティックが解放されると、この値は 0.0 に達しないことに注意してください。

適用対象