class Garnet::Actions::Sequence

Defined in:

actions/sequence.cr

Constructors

Instance Method Summary

Instance methods inherited from class Garnet::Actions::Interval

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

Constructor methods inherited from class Garnet::Actions::Interval

new(duration : Float32) new

Instance methods inherited from class Garnet::Action

done? : Bool done?, duration duration, elapsed elapsed, update(delta_time : Float32) update, update_wrapped(delta_time : Float32) update_wrapped

Constructor Detail

def self.new(actions : Array(Action)) #

[View source]

Instance Method Detail

def done? #

[View source]
def update(delta_time) #

[View source]