Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ECS
master
ECS
Component
ComponentStore
EntCompHash
Entity
EntityManager
GameLoop
System
Built with Crystal 1.9.2
2023-10-07 16:11:42 UTC
class
ECS::GameLoop
ECS::GameLoop
Reference
Object
Defined in:
ecs/game_loop.cr
Constructors
.new
(target_fps : Int32 =
60
)
Instance Method Summary
#run
(&)
#target_fps
: Int32
#tick
(&)
Constructor Detail
def self.
new
(target_fps : Int32 =
60
)
#
[
View source
]
Instance Method Detail
def
run
(&)
#
[
View source
]
def
target_fps
: Int32
#
[
View source
]
def
tick
(&)
#
[
View source
]