Pixel-Composer/datafiles/data/Nodes/Internal/Values/Node_Math/info.json
2025-01-09 14:28:19 +07:00

35 lines
No EOL
474 B
JSON

{
"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"
],
"spr":"s_node_math",
"baseNode":"Node_Math",
"io":[
"float"
],
"build":"Node_create_Math",
"name":"Math"
}