phaser/v3/typings/components/Bound.d.ts

7 lines
88 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export interface Bound {
x?: any;
y?: any;
width?: any;
height?: any;
}