Class: MG::RotateBy
Constructors collapse
-
#initialize(delta_angle, interval) ⇒ Sprite
constructor
Creates an action that will rotates the position of the receiver to a new angle determined by the sum of the current rotation and the given
delta_angle
object.
Methods inherited from Action
Constructor Details
#initialize(delta_angle, interval) ⇒ Sprite
Creates an action that will rotates the position of the receiver to a new angle determined by the sum of the current rotation and the given delta_angle
object.
95 |
# File 'doc/API_reference.rb', line 95 def initialize(delta_angle, interval); end |