What is inCamera in Phaser 3?

Hi,

I use:

if (this.scene.cameras.main.worldView.contains(sprite.x,sprite.y)) {
  // your code here ...
}