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": [
|
|
{
|
|
"base": "{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": [
|
|
{
|
|
"base": "Input_In_0",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out_0",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_A_0",
|
|
"details": {
|
|
"name": "A"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_B_1",
|
|
"details": {
|
|
"name": "B"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Tolerance_2",
|
|
"details": {
|
|
"name": "Tolerance"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result_0",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |