bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
ParticleMovementSystem.EntitiesData
demos
snake
ParticleMovementSystem
Undocumented in source.
struct
ParticleMovementSystem
struct
EntitiesData {
uint
length
;
@
readonly
Entity
[]
entities
;
@
readonly
CParticleVector
[]
movement
;
CLocation
[]
location
;
}
Members
Variables
entities
Entity
[]
entities
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
location
CLocation
[]
location
;
Undocumented in source.
movement
CParticleVector
[]
movement
;
Undocumented in source.
Meta
Source
See Implementation
demos
snake
ParticleMovementSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData