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