bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
MoveToParentTargetSystem.EntitiesData
demos
space_invaders
MoveToParentTargetSystem
Undocumented in source.
struct
MoveToParentTargetSystem
struct
EntitiesData {
int
length
;
CLocation
[]
location
;
@
optional
CVelocity
[]
velocity
;
@
readonly
CTargetParent
[]
target
;
}
Members
Variables
length
int
length
;
Undocumented in source.
location
CLocation
[]
location
;
Undocumented in source.
target
CTargetParent
[]
target
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
demos
space_invaders
MoveToParentTargetSystem
functions
onUpdate
mixins
__anonymous
structs
EntitiesData