File tree Expand file tree Collapse file tree
src/physics/matter-js/events Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77/**
88 * @typedef {object } Phaser.Physics.Matter.Events.CollisionActiveEvent
99 *
10- * @property {Phaser.Types.Physics.Matter.MatterCollisionData [] } pairs - A list of all affected pairs in the collision.
10+ * @property {Phaser.Types.Physics.Matter.MatterCollisionPair [] } pairs - A list of all affected pairs in the collision.
1111 * @property {number } timestamp - The Matter Engine `timing.timestamp` value for the event.
1212 * @property {any } source - The source object of the event.
1313 * @property {string } name - The name of the event.
Original file line number Diff line number Diff line change 77/**
88 * @typedef {object } Phaser.Physics.Matter.Events.CollisionEndEvent
99 *
10- * @property {Phaser.Types.Physics.Matter.MatterCollisionData [] } pairs - A list of all affected pairs in the collision.
10+ * @property {Phaser.Types.Physics.Matter.MatterCollisionPair [] } pairs - A list of all affected pairs in the collision.
1111 * @property {number } timestamp - The Matter Engine `timing.timestamp` value for the event.
1212 * @property {any } source - The source object of the event.
1313 * @property {string } name - The name of the event.
Original file line number Diff line number Diff line change 77/**
88 * @typedef {object } Phaser.Physics.Matter.Events.CollisionStartEvent
99 *
10- * @property {Phaser.Types.Physics.Matter.MatterCollisionData [] } pairs - A list of all affected pairs in the collision.
10+ * @property {Phaser.Types.Physics.Matter.MatterCollisionPair [] } pairs - A list of all affected pairs in the collision.
1111 * @property {number } timestamp - The Matter Engine `timing.timestamp` value for the event.
1212 * @property {any } source - The source object of the event.
1313 * @property {string } name - The name of the event.
You can’t perform that action at this time.
0 commit comments