pixijs / pixi-react

Write PIXI apps using React declarative style
https://pixijs.io/pixi-react/
MIT License
2.33k stars 177 forks source link

PIXI.Rectangle should have `intersects` method, but doesn't? #324

Closed Heilemann closed 2 years ago

Heilemann commented 2 years ago

Here's a rectangle I made, note the methods it has do not include intersects, but the pixi.js documentation lists it as a method it should have. Am I doing something wrong?

CleanShot 2022-02-15 at 19 46 10@2x
Heilemann commented 2 years ago

But then this other version of the doc doesn't have intersects, so I'm confused. Both seem to be v6.2.2?

inlet commented 2 years ago

Hi @Heilemann,

Please file an issue in the Pixi.js repo, this is related to Pixi itself (not this library). I'll close this issue, please let me know if you think we should reopen it.

Thanks!