diff --git a/plugins/utils/bounds/GetBoundsOfGameObjects.d.ts b/plugins/utils/bounds/GetBoundsOfGameObjects.d.ts new file mode 100644 index 0000000000..fe7256a3f0 --- /dev/null +++ b/plugins/utils/bounds/GetBoundsOfGameObjects.d.ts @@ -0,0 +1,6 @@ +export default GetBoundsOfGameObjects; + +declare function GetBoundsOfGameObjects( + gameObjects: Phaser.GameObjects.GameObject[], + out: Phaser.Geom.Rectangle +): Phaser.Geom.Rectangle;