phaser/v3/typings/state/Settings.d.ts

16 lines
262 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export default class Settings {
state: any;
status: any;
op: any;
key: any;
active: any;
visible: any;
scaleMode: any;
fps: any;
x: any;
y: any;
width: any;
height: any;
constructor(state: any, config: any);
}