Merge pull request #6634 from paxperscientiam/patch-1

Update matter.d.ts
This commit is contained in:
Richard Davey 2023-11-08 16:17:55 +00:00 committed by GitHub
commit 46749d681c
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.