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