mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Added JSDocs
This commit is contained in:
parent
79a1264f8b
commit
c05cec3ba0
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ var Vector3 = require('../../math/Vector3');
|
|||
* @param {number} v - The UV v coordinate of the vertex.
|
||||
* @param {number} [color=0xffffff] - The color value of the vertex.
|
||||
* @param {number} [alpha=1] - The alpha value of the vertex.
|
||||
* @param {number} [nx=0] - The x normal value of the vertex.
|
||||
* @param {number} [ny=0] - The y normal value of the vertex.
|
||||
* @param {number} [nz=0] - The z normal value of the vertex.
|
||||
*/
|
||||
var Vertex = new Class({
|
||||
|
||||
|
|
Loading…
Reference in a new issue