mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 15:25:11 +01:00
19 lines
No EOL
302 B
JSON
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"
|
|
} |