Home
News
Learn
Download
Examples
Community
Login
Phaser API Documentation
Version:
Namespaces
Classes
Events
Game Objects
Physics
Scenes
Changelog
Phaser
.
Types
.
Math
.
Vector2Like
Vector2Like
Properties:
name
type
arguments
description
x
number
<optional>
The x component.
y
number
<optional>
The y component.
Type:
object
Since:
3.0.0
Source:
src/math/typedefs/Vector2Like.js
(Line
1
)