mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 15:25:11 +01:00
18 lines
No EOL
327 B
JSON
18 lines
No EOL
327 B
JSON
{
|
|
"tooltip":"Apply statistical operation (sum, average, median, etc.) to array of numbers.",
|
|
"alias":[
|
|
"sum",
|
|
"mean",
|
|
"median",
|
|
"max",
|
|
"min",
|
|
"average"
|
|
],
|
|
"spr":"s_node_statistic",
|
|
"baseNode":"Node_Statistic",
|
|
"io":[
|
|
"float"
|
|
],
|
|
"build":"Node_create_Statistic",
|
|
"name":"Statistic"
|
|
} |