mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update matter.d.ts
Added `contactCount`
This commit is contained in:
parent
8c5630f8bc
commit
0c12b62ec8
1 changed files with 2 additions and 2 deletions
4
types/matter.d.ts
vendored
4
types/matter.d.ts
vendored
|
@ -990,7 +990,7 @@ declare namespace MatterJS {
|
|||
bodyA: Body;
|
||||
bodyB: Body;
|
||||
contacts: any;
|
||||
activeContacts: any;
|
||||
contactCount: number;
|
||||
separation: number;
|
||||
isActive: boolean;
|
||||
timeCreated: number;
|
||||
|
@ -1030,7 +1030,7 @@ declare namespace MatterJS {
|
|||
id: string;
|
||||
bodyA: Body;
|
||||
bodyB: Body;
|
||||
activeContacts: Vector[];
|
||||
contacts: Vector[];
|
||||
separation: number;
|
||||
isActive: boolean;
|
||||
confirmedActive: boolean;
|
||||
|
|
Loading…
Reference in a new issue