SpatialInteractionControllerProperties.ThumbstickX 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得介於 -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。