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