bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
CMovement
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
CMovement {
mixin
ECS
.
Component
;
enum
Direction
;
@
GUIRange
(0, 3)
Direction
direction
;
}
Members
Enums
Direction
enum
Direction
Undocumented in source.
Mixins
__anonymous
mixin
ECS
.
Component
Undocumented in source.
Variables
direction
Direction
direction
;
Undocumented in source.
Mixed In Members
From
mixin
ECS
.
Component
ref_
deprecated
ComponentRef
ref_
()
Undocumented in source. Be warned that the author may not have intended to support it.
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