bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
CILocation
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
CILocation {
mixin
ECS
.
Component
;
ivec2
location
;
}
Alias This
location
Members
Mixins
__anonymous
mixin
ECS
.
Component
Undocumented in source.
Variables
location
ivec2
location
;
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