Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
garnet-ecs
master
Garnet
Action
Actions
Delay
Instant
Interval
Kill
Lambda
Parallel
Sequence
Component
Entity
System
Systems
Lambda
PriorityQueue
Generated using Crystal 1.10.1
2024-01-09 18:51:03 UTC
class
Garnet::
Actions::
Kill
Garnet::Actions::Kill
Garnet::Actions::Instant
Garnet::Action
Reference
Object
Defined in:
actions/kill.cr
Constructors
.new
(entity : Entity)
Instance Method Summary
#update
(_delta_time)
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
]