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。

适用于