bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
BallCollisionSystem.State
demos
brick_breaker
BallCollisionSystem
Undocumented in source.
struct
BallCollisionSystem
struct
State {
bool
test
(EntityID id);
EntitiesData
data
;
uint
i
;
uint
hits
;
}
Members
Functions
test
bool
test
(EntityID id)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
EntitiesData
data
;
Undocumented in source.
hits
uint
hits
;
Undocumented in source.
i
uint
i
;
Undocumented in source.
Meta
Source
See Implementation
demos
brick_breaker
BallCollisionSystem
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData
State
variables
grid
static_tree
tree