mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Update matter.d.ts
add missing property
This commit is contained in:
parent
e21c6f4596
commit
56c45ad6de
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