provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
GridSpriteSheet
prova
graphics
sprites
gridspritesheet
Uses a grid of sprites
class
GridSpriteSheet : SpriteSheet {
this
(
string
path
,
int
cols
,
int
rows
,
float
defaultDuration
)
;
void
createAnimation
(
string
name
,
int
start
,
int
count
)
;
}
Constructors
this
this
(
string
path
,
int
cols
,
int
rows
,
float
defaultDuration
)
Members
Functions
createAnimation
void
createAnimation
(
string
name
,
int
start
,
int
count
)
Meta
Source
See Implementation
prova
graphics
sprites
gridspritesheet
modules
animatedsprite
asespritesheet
gridspritesheet
sprite
spriteanimation
spritebatch
spriteframe
spritesheet
Uses a grid of sprites