mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Docs fix #2310
This commit is contained in:
parent
4e3c764207
commit
11fa0c2690
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ Phaser.Line.prototype = {
|
|||
* Rotation takes place around the coordinates given.
|
||||
*
|
||||
* @method Phaser.Line#rotateAround
|
||||
* @param {number} x - The x coordinate to offset the rotation from.
|
||||
* @param {number} y - The y coordinate to offset the rotation from.
|
||||
* @param {number} angle - The angle in radians (unless asDegrees is true) to rotate the line by.
|
||||
* @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)?
|
||||
* @return {Phaser.Line} This line object
|
||||
|
|
Loading…
Reference in a new issue