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