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