SpriteLayer.checkSprite

Checks whether a sprite would be displayed on the screen, then updates the display list. Returns true if it's on screen.

  1. bool checkSprite(int n)
    class SpriteLayer
    @safe nothrow
    bool
    checkSprite
    (
    int n
    )
  2. bool checkSprite(DisplayListItem sprt)

Meta