bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
EdgeCollisionSystem.EntitiesData
demos
brick_breaker
EdgeCollisionSystem
Undocumented in source.
struct
EdgeCollisionSystem
struct
EntitiesData {
uint
length
;
CLocation
[]
location
;
CVelocity
[]
velocity
;
}
Members
Variables
length
uint
length
;
Undocumented in source.
location
CLocation
[]
location
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
demos
brick_breaker
EdgeCollisionSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData