bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
CShipIterator.EntitiesData
demos
space_invaders
CShipIterator
Undocumented in source.
struct
CShipIterator
struct
EntitiesData {
@
readonly
Entity
[]
entity
;
@
readonly
CShip
[]
ship
;
}
Members
Variables
entity
Entity
[]
entity
;
Undocumented in source.
ship
CShip
[]
ship
;
Undocumented in source.
Meta
Source
See Implementation
demos
space_invaders
CShipIterator
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData