Skip to content

Commit 23c00d1

Browse files
committed
Phaser.Types.Math.Vector3Like is a new data type representing as Vector 3 like object.
1 parent acab929 commit 23c00d1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/math/typedefs/Vector3Like.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* @typedef {object} Phaser.Types.Math.Vector3Like
3+
* @since 3.25.0
4+
*
5+
* @property {number} [x] - The x component.
6+
* @property {number} [y] - The y component.
7+
* @property {number} [z] - The z component.
8+
*/

0 commit comments

Comments
 (0)