CompositeTransform3D.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 = compositeTransform3D.rotationY;
compositeTransform3D.rotationY = double;
Public Property RotationY As Double

属性值

Double

double

绕 y 轴旋转的角度,以逆时针方向的度数表示。 默认值为 0 度。

适用于