provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
Sprite
prova
graphics
sprites
sprite
class
Sprite {
Texture
texture
;
Rect
clip
;
Vector2
origin
;
Color
tint
;
this
()
;
this
(
string
sheetpath
)
;
this
(
Texture
texture
)
;
}
Constructors
this
this
()
this
this
(
string
sheetpath
)
this
this
(
Texture
texture
)
Members
Variables
clip
Rect
clip
;
origin
Vector2
origin
;
Defaults to the center of the sprite
texture
Texture
texture
;
tint
Color
tint
;
Meta
Source
See Implementation
prova
graphics
sprites
sprite
modules
animatedsprite
asespritesheet
gridspritesheet
sprite
spriteanimation
spritebatch
spriteframe
spritesheet