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
/
mesh
/
typedefs
/
UV.js
10 lines
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
/** *
@typedef
{
object
} Phaser.Types.Geom.Mesh.UV *
@since
3.50.0 * *
@property
{
number
}
u
- The u component. *
@property
{
number
}
v
- The v component. *
@property
{
number
}
w
- The w component. */
//# sourceMappingURL=UV.js.map