Updated docs

This commit is contained in:
Richard Davey 2024-01-31 17:15:38 +00:00
parent 78b7e9ddda
commit 2489396d58

View file

@ -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
* 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
* @since 3.0.0
*