We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d1cef commit b9791ceCopy full SHA for b9791ce
1 file changed
build/phaser.d.ts
@@ -1321,7 +1321,7 @@ declare module Phaser {
1321
getImage(key: string): Object;
1322
getJSON(key: string): Object;
1323
getKeys(array: string[]): string[];
1324
- getPhysicsData(key: string, object?: string, fixtureKey?: string): Object;
+ getPhysicsData(key: string, object?: string, fixtureKey?: string): Object[];
1325
getSound(key: string): Phaser.Sound;
1326
getSoundData(key: string): Object;
1327
getText(key: string): string;
0 commit comments