mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
jsdoc fixes
This commit is contained in:
parent
f73e18043f
commit
af3273b2e6
3 changed files with 4 additions and 2 deletions
|
@ -146,7 +146,7 @@ var CubicBezierCurve = new Class({
|
|||
* @method Phaser.Curves.CubicBezierCurve#draw
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @generic {Phaser.GameObjects.Graphics} G - [out,$return]
|
||||
* @generic {Phaser.GameObjects.Graphics} G - [graphics,$return]
|
||||
*
|
||||
* @param {Phaser.GameObjects.Graphics} graphics - [description]
|
||||
* @param {integer} [pointsTotal=32] - [description]
|
||||
|
|
|
@ -117,7 +117,7 @@ var Curve = new Class({
|
|||
* @method Phaser.Curves.Curve#draw
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @generic {Phaser.GameObjects.Graphics} G - [out,$return]
|
||||
* @generic {Phaser.GameObjects.Graphics} G - [graphics,$return]
|
||||
*
|
||||
* @param {Phaser.GameObjects.Graphics} graphics - The Graphics instance onto which this curve will be drawn.
|
||||
* @param {integer} [pointsTotal=32] - The resolution of the curve. The higher the value the smoother it will render, at the cost of rendering performance.
|
||||
|
|
|
@ -170,6 +170,8 @@ var LineCurve = new Class({
|
|||
*
|
||||
* @method Phaser.Curves.LineCurve#getTangent
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @generic {Phaser.Math.Vector2} O - [out,$return]
|
||||
*
|
||||
* @return {Phaser.Math.Vector2} [description]
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue