You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{D58A9E0D-5C09-56AB-8D8C-C9C501BA62A3}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Is Close",
|
|
"category": "Math/Transform",
|
|
"tooltip": "Returns true if every row of A is within Tolerance of corresponding row in B, else false"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_A",
|
|
"details": {
|
|
"name": "A"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_B",
|
|
"details": {
|
|
"name": "B"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Tolerance",
|
|
"details": {
|
|
"name": "Tolerance"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |