Partilhar via


SceneModelTransform.RotationAngle Propriedade

Definição

Obtém ou define o ângulo de rotação aplicado ao nó, em radianos.

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 da propriedade

Single

float

O ângulo de rotação aplicado ao nó, em radianos.

Aplica-se a