voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
AnimationFrame
voxelman
graphics
animation
spritesheetanimation
Undocumented in source.
struct
AnimationFrame {
Sprite
sprite
;
float
timelineStart
;
float
timelineEnd
;
}
Members
Variables
sprite
Sprite
sprite
;
Undocumented in source.
timelineEnd
float
timelineEnd
;
Undocumented in source.
timelineStart
float
timelineStart
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
graphics
animation
spritesheetanimation
aliases
SpriteSheetAnimationRef
enums
AnimationStatus
functions
loadSpriteSheetAnimation
parseFrames
putFramesIntoAtlas
structs
AnimationFrame
AnimationInstance
SpriteSheetAnimation