bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
UpgradeCollisionSystem.EntitiesData
demos
space_invaders
UpgradeCollisionSystem
Undocumented in source.
struct
UpgradeCollisionSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entity
;
@
readonly
CLocation
[]
location
;
@
readonly
CUpgrade
[]
upgrade
;
}
Members
Variables
entity
const
(
Entity
)[]
entity
;
Undocumented in source.
length
uint
length
;
variable named "length" contain entites count
location
CLocation
[]
location
;
Undocumented in source.
upgrade
CUpgrade
[]
upgrade
;
Undocumented in source.
Meta
Source
See Implementation
demos
space_invaders
UpgradeCollisionSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData