bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
IteratorSystem.EntitiesData
app
IteratorSystem
Undocumented in source.
struct
IteratorSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entity
;
CLocation
[]
location
;
}
Members
Variables
entity
const
(
Entity
)[]
entity
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
location
CLocation
[]
location
;
Undocumented in source.
Meta
Source
See Implementation
app
IteratorSystem
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData