bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
InputMovementSystem.EntitiesData
game_core
basic
InputMovementSystem
Undocumented in source.
struct
InputMovementSystem
struct
EntitiesData {
uint
length
;
const
(
CInput
)[]
input
;
CVelocity
[]
velocity
;
}
Members
Variables
input
const
(
CInput
)[]
input
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
game_core
basic
InputMovementSystem
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData
variables
move_vector