d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{30BE564D-B68D-5D23-BDA1-625A7A8F9504}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Is Valid",
|
|
"category": "Math/Axis Aligned Bounding Box",
|
|
"tooltip": "returns ture if Source is valid, that is if Source.min <= Source.max, else false",
|
|
"subtitle": "Axis Aligned Bounding Box"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_AABB: Source",
|
|
"details": {
|
|
"name": "AABB: Source"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result: Boolean",
|
|
"details": {
|
|
"name": "Is Valid"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |