mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 23:35:12 +01:00
17 lines
299 B
JSON
17 lines
299 B
JSON
|
{
|
||
|
"tooltip":"Apply statistical operation (sum, average, median, etc.) to array of numbers.",
|
||
|
"alias":[
|
||
|
"sum",
|
||
|
"mean",
|
||
|
"median",
|
||
|
"max",
|
||
|
"min",
|
||
|
"average"
|
||
|
],
|
||
|
"baseNode":"Node_Statistic",
|
||
|
"io":[
|
||
|
"float"
|
||
|
],
|
||
|
"build":"Node_create_Statistic",
|
||
|
"name":"Statistic"
|
||
|
}
|