mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Update phaser.d.ts
Changed `activeContacts` to `contacts`
This commit is contained in:
parent
05a814dc1d
commit
8c5630f8bc
1 changed files with 1 additions and 1 deletions
2
types/phaser.d.ts
vendored
2
types/phaser.d.ts
vendored
|
@ -75729,7 +75729,7 @@ declare namespace Phaser {
|
||||||
/**
|
/**
|
||||||
* An array containing all of the active contacts between bodies A and B.
|
* An array containing all of the active contacts between bodies A and B.
|
||||||
*/
|
*/
|
||||||
activeContacts: MatterJS.Vector[];
|
contacts: MatterJS.Vector[];
|
||||||
/**
|
/**
|
||||||
* The amount of separation that occurred between bodies A and B.
|
* The amount of separation that occurred between bodies A and B.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue