bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
MoveSystem.EntitiesData
game_core
basic
MoveSystem
Undocumented in source.
struct
MoveSystem
struct
EntitiesData {
uint
length
;
CLocation
[]
location
;
@
readonly
CVelocity
[]
velocity
;
@
optional
@
readonly
CVelocityFactor
[]
vel_factor
;
}
Members
Variables
length
uint
length
;
Undocumented in source.
location
CLocation
[]
location
;
Undocumented in source.
vel_factor
CVelocityFactor
[]
vel_factor
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
game_core
basic
MoveSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData