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
/
math
/
typedefs
/
Vector3Like.js
10 lines
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
/** *
@typedef
{
object
} Phaser.Types.Math.Vector3Like *
@since
3.50.0 * *
@property
{
number
} [x] - The x component. *
@property
{
number
} [y] - The y component. *
@property
{
number
} [z] - The z component. */
//# sourceMappingURL=Vector3Like.js.map