bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
DrawAppleSystem.EntitiesData
demos
snake
DrawAppleSystem
Undocumented in source.
struct
DrawAppleSystem
struct
EntitiesData {
uint
length
;
@
readonly
CILocation
[]
location
;
const
(
CApple
)[]
apple
;
}
Members
Variables
apple
const
(
CApple
)[]
apple
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
location
CILocation
[]
location
;
Undocumented in source.
Meta
Source
See Implementation
demos
snake
DrawAppleSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData