PlaneProjection.RotationY 屬性

定義

取得或設定繞旋轉 Y 軸旋轉物件的度數。

public:
 property double RotationY { double get(); void set(double value); };
double RotationY();

void RotationY(double value);
public double RotationY { get; set; }
var double = planeProjection.rotationY;
planeProjection.rotationY = double;
Public Property RotationY As Double
<PlaneProjection RotationY="double"/>

屬性值

Double

double

繞旋轉 Y 軸旋轉物件的度數。 預設值是 0。

適用於