Class: MG::MoveTo
Constructors collapse
-
#initialize(location, interval) ⇒ MoveTo
constructor
Creates an action that will move the position of the receiver to a new given location.
Methods inherited from Action
Constructor Details
#initialize(location, interval) ⇒ MoveTo
Creates an action that will move the position of the receiver to a new given location.
51 |
# File 'doc/API_reference.rb', line 51 def initialize(location, interval); end |