provaengine ~master (2022-05-08T15:19:44.1677855)
Dub
Repo
SpriteAnimation
prova
assets
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
assets
sprites
spriteanimation
classes
SpriteAnimation