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