You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/curves/Curve.js
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,8 @@ var Curve = new Class({
117
117
* @method Phaser.Curves.Curve#draw
118
118
* @since 3.0.0
119
119
*
120
+
* @generic {Phaser.GameObjects.Graphics} G - [out,$return]
121
+
*
120
122
* @param {Phaser.GameObjects.Graphics} graphics - The Graphics instance onto which this curve will be drawn.
121
123
* @param {integer} [pointsTotal=32] - The resolution of the curve. The higher the value the smoother it will render, at the cost of rendering performance.
122
124
*
@@ -274,6 +276,8 @@ var Curve = new Class({
274
276
* @method Phaser.Curves.Curve#getPointAt
275
277
* @since 3.0.0
276
278
*
279
+
* @generic {Phaser.Math.Vector2} O - [out,$return]
0 commit comments