bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
CountSystem
app
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
CountSystem {
mixin
ECS
.
System
!
1
;
struct
EntitiesData
;
bool
onBegin
();
void
onUpdate
(EntitiesData data);
}
Members
Functions
onBegin
bool
onBegin
()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void
onUpdate
(EntitiesData data)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ECS
.
System
!
1
Undocumented in source.
Structs
EntitiesData
struct
EntitiesData
Undocumented in source.
Mixed In Members
From
mixin
ECS
.
System
!
1
__becs_jobs_count
uint
__becs_jobs_count
;
Undocumented in source.
Meta
Source
See Implementation
app
enums
Tool
functions
SDL_main
app_main
loadGFX
main
mainLoop
quit
static variables
_tlsend
_tlsstart
launcher
tool_strings
structs
CleanSystem
CountSystem
DemoCallbacks
IteratorSystem
Launcher
Mouse