mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Merge pull request #6634 from paxperscientiam/patch-1
Update matter.d.ts
This commit is contained in:
commit
46749d681c
1 changed files with 5 additions and 0 deletions
5
types/matter.d.ts
vendored
5
types/matter.d.ts
vendored
|
@ -1430,6 +1430,11 @@ declare namespace MatterJS {
|
|||
*/
|
||||
angle: number;
|
||||
|
||||
/**
|
||||
* A `Number` specifying the delta time, in ms, since the last game step
|
||||
*/
|
||||
deltaTime: number;
|
||||
|
||||
/**
|
||||
* An array of `Vector` objects that specify the convex hull of the rigid body.
|
||||
* These should be provided about the origin `(0, 0)`. E.g.
|
||||
|
|
Loading…
Reference in a new issue