Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathVector4_DirectionTo.names
T
Luis Sempé 9e2a3226fd Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
2021-11-11 11:53:51 -08:00

59 lines
1.9 KiB
Plaintext

{
"entries": [
{
"key": "{1FC1ABCB-220E-5CBF-AE38-14E7389D0AE4}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "DirectionTo",
"category": "Math/Vector4",
"tooltip": "Returns a direction vector between two points and the distance between them, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0",
"subtitle": "Vector4"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Vector4: From",
"details": {
"name": "Vector4: From"
}
},
{
"key": "DataInput_Vector4: To",
"details": {
"name": "Vector4: To"
}
},
{
"key": "DataInput_Number: Scale",
"details": {
"name": "Number: Scale"
}
},
{
"key": "DataOutput_Result: Vector4",
"details": {
"name": "Result: Vector4"
}
},
{
"key": "DataOutput_Result: Number",
"details": {
"name": "Result: Number"
}
}
]
}
]
}