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::
Systems::
Lambda
Garnet::Systems::Lambda
Garnet::System
Reference
Object
Defined in:
systems/lambda.cr
Constructors
.new
(&block : Entity, Float32 -> )
Instance Method Summary
#update
(entity, delta_time)
Instance methods inherited from class
Garnet::System
<=>(item)
<=>
,
priority : Int32
priority
,
priority=(priority : Int32)
priority=
,
update(entity : Entity, delta_time : Float32)
update
Constructor Detail
def self.
new
(&block :
Entity
, Float32 -> )
#
[
View source
]
Instance Method Detail
def
update
(entity, delta_time)
#
[
View source
]