mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Merge pull request #948 from Phaiax/update-d-ts
phaser.d.ts: Changed return type of getPhysicsData to Object[]
This commit is contained in:
commit
a0a7c02da3
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -1322,7 +1322,7 @@ declare module Phaser {
|
|||
getImage(key: string): Object;
|
||||
getJSON(key: string): Object;
|
||||
getKeys(array: string[]): string[];
|
||||
getPhysicsData(key: string, object?: string, fixtureKey?: string): Object;
|
||||
getPhysicsData(key: string, object?: string, fixtureKey?: string): Object[];
|
||||
getSound(key: string): Phaser.Sound;
|
||||
getSoundData(key: string): Object;
|
||||
getText(key: string): string;
|
||||
|
|
Loading…
Reference in a new issue