We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1438248 + 0e493a7 commit d0386aeCopy full SHA for d0386ae
1 file changed
typescript/phaser.d.ts
@@ -419,7 +419,7 @@ declare module Phaser {
419
getFrameData(key: string, map?: string): Phaser.FrameData;
420
getImage(key: string): Phaser.Image;
421
getJSON(key: string): any;
422
- getKeys(array: string[]): string[];
+ getKeys(type: number): string[];
423
getPixiTexture(key: string): PIXI.Texture;
424
getPixiBaseTexture(key: string): PIXI.BaseTexture;
425
getPhysicsData(key: string, object?: string, fixtureKey?: string): any[];
0 commit comments