UNPKG
arcade-physics
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Use Arcade Physics without Phaser.
github.com/yandeu/arcade-physics
yandeu/arcade-physics
arcade-physics
/
lib
/
geom
/
const.d.ts
11 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
GEOM_CONST
;
declare
namespace
GEOM_CONST
{
const
CIRCLE
:
number
;
const
ELLIPSE
:
number
;
const
LINE
:
number
;
const
POINT
:
number
;
const
POLYGON
:
number
;
const
RECTANGLE
:
number
;
const
TRIANGLE
:
number
; }
//# sourceMappingURL=const.d.ts.map