phaser/v3/typings/components/Bound.d.ts
2017-01-16 22:43:07 +01:00

6 lines
88 B
TypeScript

export interface Bound {
x?: any;
y?: any;
width?: any;
height?: any;
}