bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
EntityCounterSystem.EntitiesData
tests
basic
EntityCounterSystem
Undocumented in source.
struct
EntityCounterSystem
struct
EntitiesData {
int
thread_id
;
uint
length
;
Entity
[]
entity
;
}
Members
Variables
entity
Entity
[]
entity
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
thread_id
int
thread_id
;
Undocumented in source.
Meta
Source
See Implementation
tests
basic
EntityCounterSystem
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData
variables
count