Sprite.collideWith

Check whether the bounding box of this Sprite collide with the bounding box of another Sprite

  1. bool collideWith(Sprite rhs)
    class Sprite
    const
    bool
    collideWith
    (
    const Sprite rhs
    )
  2. bool collideWith(ShortRect rect)
  3. bool collideWith(ShortRect rect)

Meta