d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "{636D27FE-E3E3-5983-A364-9147CD42F2D2}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Clamp",
|
|
"category": "Math/Vector2",
|
|
"tooltip": "Returns vector clamped to [min, max] and equal to source if possible"
|
|
},
|
|
"slots": [
|
|
{
|
|
"base": "Input_In",
|
|
"details": {
|
|
"name": "In"
|
|
}
|
|
},
|
|
{
|
|
"base": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Source",
|
|
"details": {
|
|
"name": "Source"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Min",
|
|
"details": {
|
|
"name": "Min"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataInput_Max",
|
|
"details": {
|
|
"name": "Max"
|
|
}
|
|
},
|
|
{
|
|
"base": "DataOutput_Result",
|
|
"details": {
|
|
"name": "Result"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |