bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
TestSystem.EntitiesData
tests
tests
TestSystem
Undocumented in source.
struct
TestSystem
static
struct
EntitiesData {
size_t
length
;
const
(
Entity
)[]
entites
;
TestComp
[]
test
;
TestComp2
[]
test2
;
@
readonly
@
optional
const
(
TestComp3
)[]
test3
;
}
Members
Variables
entites
const
(
Entity
)[]
entites
;
Undocumented in source.
length
size_t
length
;
Undocumented in source.
test
TestComp
[]
test
;
Undocumented in source.
test2
TestComp2
[]
test2
;
Undocumented in source.
test3
const
(
TestComp3
)[]
test3
;
Undocumented in source.
Meta
Source
See Implementation
tests
tests
TestSystem
functions
handleEvent
initialize
onAddEntity
onBegin
onCreate
onDestroy
onEnd
onUpdate
mixins
__anonymous
structs
EntitiesData