bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
CountSystem.EntitiesData
app
CountSystem
Undocumented in source.
struct
CountSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entity
;
}
Members
Variables
entity
const
(
Entity
)[]
entity
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
Meta
Source
See Implementation
app
CountSystem
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData