Files
2026-07-13 13:13:17 +08:00

52 lines
1.4 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "026869ee-b62f-481e-aadf-f8a1db77fe65"/*Compare*/,
"Description": "Compares two float values, outputting a boolean.\n\nAKA: greater, less, equal\n\nTips:\n- If you want to output the min or max value of a set of floats, try [Clamp].",
"SymbolTags": "8",
"InputUis": [
{
"InputId": "5a39f9ad-f447-493e-94f1-9d2ca7627420"/*TestValue*/,
"Position": {
"X": 197.0,
"Y": 373.0
},
"Description": "Value to compare input to."
},
{
"InputId": "8d98d88c-7a0e-4282-823e-4889ef286e5a"/*Value*/,
"Position": {
"X": 36.0,
"Y": 334.0
},
"Description": "Input value.",
"Min": -100.0,
"Max": 100.0
},
{
"InputId": "b37ce031-92cd-4a18-8ff2-3f79dccdfe9f"/*Precision*/,
"Position": {
"X": 197.0,
"Y": 418.0
},
"Description": "How close the inputs need to be for them to be considered equal.\n"
},
{
"InputId": "f1537faa-1bd2-44c9-b0ae-d06c5af5cdef"/*Mode*/,
"Position": {
"X": 197.0,
"Y": 328.0
},
"Description": "Which comparison to use.\neg. in IsLarger mode, this op will output True if Value is greater than TestValue."
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "7149c7d2-242f-4d57-ac21-19e86700708a"/*IsTrue*/,
"Position": {
"X": 0.0,
"Y": 0.0
}
}
]
}