voxelman ~master (2018-10-12T19:51:42Z)
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