pixelperfectengine v0.9.1-rc1 (2017-01-19T23:09:27Z)
Dub
Repo
AnimationData
PixelPerfectEngine
extbmp
animation
Undocumented in source.
struct
AnimationData {
string
[]
ID
;
int
[]
duration
;
void
addFrame
(string ID, int lenght);
}
Members
Functions
addFrame
void
addFrame
(string ID, int lenght)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ID
string
[]
ID
;
Undocumented in source.
duration
int
[]
duration
;
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
extbmp
animation
structs
AnimationData