bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
AttractSystem.EntitiesData
demos
particles
AttractSystem
Undocumented in source.
struct
AttractSystem
struct
EntitiesData {
uint
length
;
@
readonly
CLocation
[]
locations
;
CVelocity
[]
velocity
;
}
Members
Variables
length
uint
length
;
Undocumented in source.
locations
CLocation
[]
locations
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
demos
particles
AttractSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData
Updater