Class: MG::ScaleTo
Constructors collapse
-
#initialize(scale, interval) ⇒ ScaleTo
constructor
Creates an action that will scale the receiver.
Methods inherited from Action
Constructor Details
#initialize(scale, interval) ⇒ ScaleTo
Creates an action that will scale the receiver
132 |
# File 'doc/API_reference.rb', line 132 def initialize(scale, interval); end |