KeyFrame.Rotation Property
Animation Studio Reference

KeyFrame.Rotation Property

Set or get the Rotation of the Sprite at this KeyFrame. A value of eg. 45.0F rotates the Sprite clockwise, a value of -45.0F rotates the Sprite counterclockwise.

[Visual Basic]
Public Property Rotation As Single
[C#]
public float Rotation {get; set;}

See Also

KeyFrame Class | AnimationStudio Namespace