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.
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathVector2_Clamp.names

52 lines
1.4 KiB
Plaintext

{
"entries": [
{
"key": "{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": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataInput_Min",
"details": {
"name": "Min"
}
},
{
"key": "DataInput_Max",
"details": {
"name": "Max"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}