Update matter.d.ts

add missing property
This commit is contained in:
Chris 2023-09-23 16:03:01 -07:00 committed by GitHub
parent e21c6f4596
commit 56c45ad6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
types/matter.d.ts vendored
View file

@ -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.