mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Updated docs
This commit is contained in:
parent
78b7e9ddda
commit
2489396d58
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ var Point = require('../point/Point');
|
||||||
* Provide a `stepRate` to ensure a specific distance between each point on the line. Set `quantity` to `0` when
|
* Provide a `stepRate` to ensure a specific distance between each point on the line. Set `quantity` to `0` when
|
||||||
* providing a `stepRate`.
|
* providing a `stepRate`.
|
||||||
*
|
*
|
||||||
|
* See also `GetEasedPoints` for a way to distribute the points across the line according to an ease type or input function.
|
||||||
|
*
|
||||||
* @function Phaser.Geom.Line.GetPoints
|
* @function Phaser.Geom.Line.GetPoints
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue