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