class Garnet::Actions::Kill

Defined in:

actions/kill.cr

Constructors

Instance Method Summary

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

done? : Bool done?, start start, update(_delta_time) update, update_wrapped(delta_time) update_wrapped

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(entity : Entity) #

[View source]

Instance Method Detail

def update(_delta_time) #

[View source]