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