bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
ParticleSystem
demos
snake
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
ParticleSystem {
mixin
ECS
.
System
!
1
;
struct
EntitiesData
;
void
onUpdate
(EntitiesData data);
}
Members
Functions
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
demos
snake
enums
SnakePart
functions
getSnakeDemo
snakeEnd
snakeEvent
snakeLoop
snakeRegister
snakeStart
static variables
snake
structs
Animation
AnimationRenderSystem
AnimationSystem
AppleSystem
CAnimation
CApple
CILocation
CMovement
CParticle
CParticleVector
CSnake
CleanSystem
CopyLocationSystem
DrawAppleSystem
DrawSnakeSystem
FixSnakeDirectionSystem
InputSystem
MapElement
MoveSystem
ParticleMovementSystem
ParticleSystem
Snake
SnakeSystem
variables
px