Share via


PlaneProjection.RotationY Eigenschaft

Definition

Ruft die Anzahl der Grad ab, die das Objekt um die y-Achse der Drehung drehen soll, oder legt diese fest.

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"/>

Eigenschaftswert

Double

double

Die Anzahl der Grad, die das Objekt um die y-Achse der Drehung drehen sollen. Die Standardeinstellung ist 0.

Gilt für: