atelier ~master (2021-08-24T13:35:22Z)
Dub
Repo
Sprite.draw
atelier
render
sprite
Sprite
Render the sprite there.
void
draw
(Vec2f position)
void
draw
(Vec2f pivot, float pivotDistance, float pivotAngle)
class
Sprite
void
draw
(
const
Vec2f
pivot
,
float
pivotDistance
,
float
pivotAngle
)
void
draw
(Vec2f pivot, Vec2f pivotOffset, float pivotAngle)
void
drawUnchecked
(Vec2f position)
void
drawRotated
(Vec2f position)
Meta
Source
See Implementation
atelier
render
sprite
Sprite
constructors
this
functions
contain
draw
drawRotated
drawUnchecked
fit
isInside
opAssign
properties
center
isValid
variables
alpha
anchor
angle
blend
clip
color
drawable
flip
scale
size
Render the sprite there.