Compartir a través de


SceneModelTransform.RotationAngle Propiedad

Definición

Obtiene o establece el ángulo de rotación aplicado al nodo, en radianes.

public:
 property float RotationAngle { float get(); void set(float value); };
float RotationAngle();

void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = sceneModelTransform.rotationAngle;
sceneModelTransform.rotationAngle = single;
Public Property RotationAngle As Single

Valor de propiedad

Single

float

Ángulo de rotación aplicado al nodo, en radianes.

Se aplica a