Class: MG::RotateTo
Constructors collapse
-
#initialize(angle, interval) ⇒ RotateTo
constructor
Creates an action that will rotate the angle of the receiver to a new angle by modifying it’s rotation attribute.
Methods inherited from Action
Constructor Details
#initialize(angle, interval) ⇒ RotateTo
Creates an action that will rotate the angle of the receiver to a new angle by modifying it’s rotation attribute.
108 |
# File 'doc/API_reference.rb', line 108 def initialize(angle, interval); end |