ISpriteLayer.replaceSprite

Replaces the sprite and moves to the given position.

  1. void replaceSprite(ABitmap s, int n)
  2. void replaceSprite(ABitmap s, int n, int x, int y)
  3. void replaceSprite(ABitmap s, int n, Box c)
    interface ISpriteLayer
    public @safe nothrow
    void
    replaceSprite
    (
    ABitmap s
    ,
    int n
    ,
    Box c
    )

Meta