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_Distance.names

46 lines
1.3 KiB
Plaintext

{
"entries": [
{
"base": "{38BE4B13-7B8C-5FCF-9313-74E6C9C3BE06}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Distance",
"category": "Math/Vector2",
"tooltip": "returns the distance from B to A, that is the magnitude of the vector (A - B)"
},
"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": "DataOutput_Result_0",
"details": {
"name": "Result"
}
}
]
}
]
}