bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
ChangeDirectionSystem.EntitiesData
demos
space_invaders
ChangeDirectionSystem
Undocumented in source.
struct
ChangeDirectionSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entities
;
const
(
CLocation
)[]
locations
;
CVelocity
[]
velocity
;
const
(
CSideMove
)[]
side_move
;
@
optional
const
(
CScale
)[]
scale
;
}
Members
Variables
entities
const
(
Entity
)[]
entities
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
locations
const
(
CLocation
)[]
locations
;
Undocumented in source.
scale
const
(
CScale
)[]
scale
;
Undocumented in source.
side_move
const
(
CSideMove
)[]
side_move
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
demos
space_invaders
ChangeDirectionSystem
functions
onCreate
onEnd
onUpdate
mixins
__anonymous
structs
EntitiesData
variables
groups_directions
has_changes