Sprite::setRotationStyle()
Sets the rotation style for the sprite.
Examples
Syntax
Java
.setRotationStyle(style)
Scratch
set rotation style [left-right v]
Parameters
| Name | Data Type | Description |
|---|---|---|
| style | RotationStyle | the rotation style to be set |
Return
void