Skip to content

Commit

Permalink
jsdoc fix (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored and Martin Valigursky committed Nov 6, 2023
1 parent 75a2f13 commit 328700d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/framework/app-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1691,8 +1691,9 @@ class AppBase extends EventHandler {
*
* @param {Vec3[]} positions - An array of points to draw lines between. The length of the
* array must be a multiple of 2.
* @param {Color[]} colors - An array of colors to color the lines. This must be the same
* length as the position array. The length of the array must also be a multiple of 2.
* @param {Color[] | Color} colors - An array of colors or a single color. If an array is
* specified, this must be the same length as the position array. The length of the array
* must also be a multiple of 2.
* @param {boolean} [depthTest] - Specifies if the lines are depth tested against the depth
* buffer. Defaults to true.
* @param {Layer} [layer] - The layer to render the lines into. Defaults to {@link LAYERID_IMMEDIATE}.
Expand Down

0 comments on commit 328700d

Please sign in to comment.