class Glove::Actions::ChangeColor

Defined in:

actions/change_color.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, new_color : Glove::Color, duration : Float32, tween_kind : Glove::Tween::Kind.class) #

[View source]

Instance Method Detail

def update(delta_time) #

[View source]