Pixel-Composer/datafiles/data/Nodes/Internal/Values/Node_Math/info.json

35 lines
474 B
JSON
Raw Normal View History

2025-01-09 05:28:30 +01:00
{
"tooltip":"Apply mathematical function to number(s).",
"alias":[
"add",
"subtract",
"multiply",
"divide",
"power",
"root",
"+",
"-",
"*",
"\/",
"^",
"sin",
"cos",
"tan",
"modulo",
"round",
"ceiling",
"floor",
"lerp",
"abs",
"fract",
"clamp",
"snap"
],
2025-01-09 08:28:19 +01:00
"spr":"s_node_math",
2025-01-09 05:28:30 +01:00
"baseNode":"Node_Math",
"io":[
"float"
],
"build":"Node_create_Math",
"name":"Math"
}