ISpriteLayer.moveSprite

Moves the sprite to the exact location.

interface ISpriteLayer
@trusted nothrow
void
moveSprite
(
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