provaengine ~master (2018-04-11T21:05:02Z)
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
)
Members
Functions
getDuration
float
getDuration
()
Variables
frames
SpriteFrame
[]
frames
;
name
string
name
;
Meta
Source
See Implementation
prova
graphics
sprites
spriteanimation
modules
animatedsprite
asespritesheet
gridspritesheet
sprite
spriteanimation
spritebatch
spriteframe
spritesheet