7a279019b7
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{6D65A9E0-733D-5277-B7CA-983E1468A40A}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Distance",
|
|
"category": "Math/Axis Aligned Bounding Box",
|
|
"tooltip": "returns the shortest distance from Point to Source, or zero of Point is contained in Source",
|
|
"subtitle": "Axis Aligned Bounding Box"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_AABB: Source",
|
|
"details": {
|
|
"name": "Source"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Vector3: Point",
|
|
"details": {
|
|
"name": "Point"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataOutput_Result: Number",
|
|
"details": {
|
|
"name": "Distance"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |