bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
DrawSnakeSystem.EntitiesData
demos
snake
DrawSnakeSystem
Undocumented in source.
struct
DrawSnakeSystem
struct
EntitiesData {
uint
length
;
@
readonly
CILocation
[]
location
;
const
(
CSnake
)[]
snake
;
}
Members
Variables
length
uint
length
;
Undocumented in source.
location
CILocation
[]
location
;
Undocumented in source.
snake
const
(
CSnake
)[]
snake
;
Undocumented in source.
Meta
Source
See Implementation
demos
snake
DrawSnakeSystem
functions
onUpdate
mixins
__anonymous
static functions
drawElement
getDirection
snakePart
snakeTail
structs
EntitiesData