provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
SpriteAnimation
prova
graphics
sprites
spriteanimation
class
SpriteAnimation {
string
name
;
SpriteFrame
[]
frames
;
this
(string name, SpriteFrame[] frames);
float
getDuration
();
}
Constructors
this
this
(string name, SpriteFrame[] frames)
Undocumented in source.
Members
Functions
getDuration
float
getDuration
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
frames
SpriteFrame
[]
frames
;
name
string
name
;
Meta
Source
See Implementation
prova
graphics
sprites
spriteanimation
classes
SpriteAnimation