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