mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 14:10:42 +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;
|
bodyA: Body;
|
||||||
bodyB: Body;
|
bodyB: Body;
|
||||||
contacts: any;
|
contacts: any;
|
||||||
activeContacts: any;
|
contactCount: number;
|
||||||
separation: number;
|
separation: number;
|
||||||
isActive: boolean;
|
isActive: boolean;
|
||||||
timeCreated: number;
|
timeCreated: number;
|
||||||
|
@ -1030,7 +1030,7 @@ declare namespace MatterJS {
|
||||||
id: string;
|
id: string;
|
||||||
bodyA: Body;
|
bodyA: Body;
|
||||||
bodyB: Body;
|
bodyB: Body;
|
||||||
activeContacts: Vector[];
|
contacts: Vector[];
|
||||||
separation: number;
|
separation: number;
|
||||||
isActive: boolean;
|
isActive: boolean;
|
||||||
confirmedActive: boolean;
|
confirmedActive: boolean;
|
||||||
|
|
Loading…
Reference in a new issue