Skip to content

Commit

Permalink
Add type def
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 1, 2024
1 parent 993b601 commit d52c2fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/utils/bounds/GetBoundsOfGameObjects.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default GetBoundsOfGameObjects;

declare function GetBoundsOfGameObjects(
gameObjects: Phaser.GameObjects.GameObject[],
out: Phaser.Geom.Rectangle
): Phaser.Geom.Rectangle;

0 comments on commit d52c2fb

Please sign in to comment.