ISpriteLayer.relMoveSprite

Relatively moves the sprite by the given values.

interface ISpriteLayer
@trusted nothrow
void
relMoveSprite
(
int n
,
int x
,
int y
)

Parameters

n int

The identifier of the sprite.

x int

New x position of the sprite.

y int

New y position of the sprite.

Meta