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 度です。

適用対象