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

19 lines
No EOL
302 B
JSON

{
"tooltip":"Apply logic operation (and, or, not, etc.) to boolean(s).",
"alias":[
"and",
"or",
"not",
"nand",
"nor",
"xor"
],
"spr":"s_node_logic",
"baseNode":"Node_Logic",
"io":[
"boolean",
"float"
],
"build":"Node_create_Logic",
"name":"Logic Opr"
}