We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4a4e1 commit 0e493a7Copy full SHA for 0e493a7
1 file changed
typescript/phaser.d.ts
@@ -414,7 +414,7 @@ declare module Phaser {
414
getFrameData(key: string, map?: string): Phaser.FrameData;
415
getImage(key: string): Phaser.Image;
416
getJSON(key: string): any;
417
- getKeys(array: string[]): string[];
+ getKeys(type: number): string[];
418
getPixiTexture(key: string): PIXI.Texture;
419
getPixiBaseTexture(key: string): PIXI.BaseTexture;
420
getPhysicsData(key: string, object?: string, fixtureKey?: string): any[];
0 commit comments