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