provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
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
classes
Sprite