mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 01:24:48 +00:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
export default function (polygon: any): {
|
|
x: number;
|
|
y: number;
|
|
width: number;
|
|
height: number;
|
|
};
|