Class: MG::JumpBy
Constructors collapse
-
#initialize(delta_location, height, jumps, interval) ⇒ JumpBy
constructor
Creates an action that will jump the receiver to a new location determined by the sum of the current location and the given
delta_location
object.
Methods inherited from Action
Constructor Details
#initialize(delta_location, height, jumps, interval) ⇒ JumpBy
Creates an action that will jump the receiver to a new location determined by the sum of the current location and the given delta_location
object.
67 |
# File 'doc/API_reference.rb', line 67 def initialize(delta_location, height, jumps, interval); end |