File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class NodeFunctionInput {
88 *
99 * @param {String } type - The input type.
1010 * @param {String } name - The input name.
11- * @param {Number? } [count=null] - TODO (only relevant for GLSL) .
11+ * @param {Number? } [count=null] - If the input is an Array, count will be the length .
1212 * @param {('in'|'out'|'inout') } [qualifier=''] - The parameter qualifier (only relevant for GLSL).
1313 * @param {Boolean } [isConst=false] - Whether the input uses a const qualifier or not (only relevant for GLSL).
1414 */
@@ -29,7 +29,7 @@ class NodeFunctionInput {
2929 this . name = name ;
3030
3131 /**
32- * TODO (only relevant for GLSL) .
32+ * If the input is an Array, count will be the length .
3333 *
3434 * @type {Number? }
3535 * @default null
You can’t perform that action at this time.
0 commit comments