共用方式為


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。

適用於