We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8567188 commit ba4693dCopy full SHA for ba4693d
1 file changed
src/gameobjects/components/Transform.js
@@ -213,7 +213,7 @@ var Transform = {
213
* @since 3.0.0
214
*
215
* @param {number} [x=0] - The x position of this Game Object.
216
- * @param {number} [y] - The y position of this Game Object. If not set it will use the `x` value.
+ * @param {number} [y=x] - The y position of this Game Object. If not set it will use the `x` value.
217
* @param {number} [z=0] - The z position of this Game Object.
218
* @param {number} [w=0] - The w position of this Game Object.
219
0 commit comments