mirror of
https://github.com/photonstorm/phaser
synced 2024-12-20 18:14:13 +00:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
|
export default function (polygon: any): {
|
||
|
x: number;
|
||
|
y: number;
|
||
|
width: number;
|
||
|
height: number;
|
||
|
};
|