mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
fix: edit JSDoc type for 'pairs' propterty of collision events, generate ts defs
This commit is contained in:
parent
c78b3a007d
commit
84dcbd63a5
6 changed files with 302588 additions and 302553 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.80.0-beta.3",
|
||||
"version": "3.86.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "phaser",
|
||||
"version": "3.80.0-beta.3",
|
||||
"version": "3.86.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.1"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/**
|
||||
* @typedef {object} Phaser.Physics.Matter.Events.CollisionActiveEvent
|
||||
*
|
||||
* @property {Phaser.Types.Physics.Matter.MatterCollisionData[]} pairs - A list of all affected pairs in the collision.
|
||||
* @property {Phaser.Types.Physics.Matter.MatterCollisionPair[]} pairs - A list of all affected pairs in the collision.
|
||||
* @property {number} timestamp - The Matter Engine `timing.timestamp` value for the event.
|
||||
* @property {any} source - The source object of the event.
|
||||
* @property {string} name - The name of the event.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/**
|
||||
* @typedef {object} Phaser.Physics.Matter.Events.CollisionEndEvent
|
||||
*
|
||||
* @property {Phaser.Types.Physics.Matter.MatterCollisionData[]} pairs - A list of all affected pairs in the collision.
|
||||
* @property {Phaser.Types.Physics.Matter.MatterCollisionPair[]} pairs - A list of all affected pairs in the collision.
|
||||
* @property {number} timestamp - The Matter Engine `timing.timestamp` value for the event.
|
||||
* @property {any} source - The source object of the event.
|
||||
* @property {string} name - The name of the event.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/**
|
||||
* @typedef {object} Phaser.Physics.Matter.Events.CollisionStartEvent
|
||||
*
|
||||
* @property {Phaser.Types.Physics.Matter.MatterCollisionData[]} pairs - A list of all affected pairs in the collision.
|
||||
* @property {Phaser.Types.Physics.Matter.MatterCollisionPair[]} pairs - A list of all affected pairs in the collision.
|
||||
* @property {number} timestamp - The Matter Engine `timing.timestamp` value for the event.
|
||||
* @property {any} source - The source object of the event.
|
||||
* @property {string} name - The name of the event.
|
||||
|
|
33331
types/phaser.d.ts
vendored
33331
types/phaser.d.ts
vendored
File diff suppressed because it is too large
Load diff
571800
types/phaser.json
571800
types/phaser.json
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue