Partager via


SceneModelTransform.RotationAngle Propriété

Définition

Obtient ou définit l’angle de rotation appliqué au nœud, en radians.

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

Valeur de propriété

Single

float

Angle de rotation appliqué au nœud, en radians.

S’applique à