bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
AttractorIterator.EntitiesData
demos
particles
AttractorIterator
Undocumented in source.
struct
AttractorIterator
struct
EntitiesData {
uint
length
;
@
readonly
CLocation
[]
locations
;
@
readonly
CAttractor
[]
attractor
;
@
readonly
CForceRange
[]
force_range
;
@
optional
@
readonly
CVortex
[]
vortex
;
}
Members
Variables
attractor
CAttractor
[]
attractor
;
Undocumented in source.
force_range
CForceRange
[]
force_range
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
locations
CLocation
[]
locations
;
Undocumented in source.
vortex
CVortex
[]
vortex
;
Undocumented in source.
Meta
Source
See Implementation
demos
particles
AttractorIterator
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData