bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
EverySystem.EntitiesData
tests
tests
EverySystem
Undocumented in source.
struct
EverySystem
struct
EntitiesData {
uint
length
;
Entity
[]
entity
;
CPosition
[]
pos
;
}
Members
Variables
entity
Entity
[]
entity
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
pos
CPosition
[]
pos
;
Undocumented in source.
Meta
Source
See Implementation
tests
tests
EverySystem
functions
addOne
free
iterate
onUpdate
mixins
__anonymous
structs
EntitiesData