class Glove::Actions::MoveBy

Defined in:

actions/move_by.cr

Constructors

Instance Method Summary

Instance methods inherited from class Glove::IntervalAction

done? done?, duration : Float32 duration, duration_spent : Float32 duration_spent, start start, update(delta_time) update, update_wrapped(delta_time) update_wrapped

Constructor methods inherited from class Glove::IntervalAction

new(duration : Float32) new

Instance methods inherited from class Glove::Action

update(delta_time : Float32) update, update_wrapped(delta_time : Float32) update_wrapped

Constructor Detail

def self.new(entity : Glove::Entity, dx : Float32, dy : Float32, duration : Float32, tween_kind : Glove::Tween::Kind.class) #

[View source]

Instance Method Detail

def start #

[View source]
def update(delta_time) #

[View source]