Is there something similar to Phaser.Physics.Arcade.Sprite but with no image?

Hey there, I want to make a game object that I draw with code and don’t use an image. I can’t find a type of game object that acts like Sprite and Image but the constructor doesn’t require a texture name. I’ve had trouble finding something that does this.

Thanks for the help!

this.physics.world.enable(this.add.zone(x, y, w, h));