Share via


SpatialInteractionControllerProperties.ThumbstickX プロパティ

定義

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

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

プロパティ値

Double

double

サムスティック X 値。

注釈

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

適用対象