bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
CopyLocationSystem.EntitiesData
demos
snake
CopyLocationSystem
Undocumented in source.
struct
CopyLocationSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entity
;
CLocation
[]
location
;
@
readonly
CILocation
[]
ilocation
;
}
Members
Variables
entity
const
(
Entity
)[]
entity
;
Undocumented in source.
ilocation
CILocation
[]
ilocation
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
location
CLocation
[]
location
;
Undocumented in source.
Meta
Source
See Implementation
demos
snake
CopyLocationSystem
functions
onAddEntity
onUpdate
mixins
__anonymous
structs
EntitiesData