共用方式為


InclinometerDataThreshold.YawInDegrees 屬性

定義

取得或設定繞 yaw 軸 (垂直軸旋轉的最小變更,) 達到以度為單位的臨界值。

public:
 property float YawInDegrees { float get(); void set(float value); };
float YawInDegrees();

void YawInDegrees(float value);
public float YawInDegrees { get; set; }
var single = inclinometerDataThreshold.yawInDegrees;
inclinometerDataThreshold.yawInDegrees = single;
Public Property YawInDegrees As Single

屬性值

Single

float

yaw 軸的傾角計資料臨界值,以度為單位。

備註

Yaw 旋轉是指向垂直軸方向的變更,指向動作方向的左邊或右邊。

適用於

另請參閱