bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
ClampPositionSystem.EntitiesData
demos
space_invaders
ClampPositionSystem
Undocumented in source.
struct
ClampPositionSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entities
;
CLocation
[]
locations
;
@
optional
@
readonly
CColliderScale
[]
collider_scale
;
@
optional
@
readonly
CScale
[]
scale
;
@
optional
const
(
CBullet
)[]
laser
;
@
optional
const
(
CUpgrade
)[]
upgrade
;
}
Members
Variables
collider_scale
CColliderScale
[]
collider_scale
;
Undocumented in source.
entities
const
(
Entity
)[]
entities
;
Undocumented in source.
laser
const
(
CBullet
)[]
laser
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
locations
CLocation
[]
locations
;
Undocumented in source.
scale
CScale
[]
scale
;
Undocumented in source.
upgrade
const
(
CUpgrade
)[]
upgrade
;
Undocumented in source.
Meta
Source
See Implementation
demos
space_invaders
ClampPositionSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData