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

83 lines
2.4 KiB
Plaintext

{
"entries": [
{
"key": "{32B1B2DB-59E6-88D7-14A3-9C5366A39A81}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "InputMethodSharedDataSlotExample",
"category": "Tests",
"tooltip": "Input Method Shared Data",
"subtitle": "Tests"
},
"slots": [
{
"key": "Input_Append Hello",
"details": {
"name": "Append Hello"
}
},
{
"key": "DataInput_str",
"details": {
"name": "str"
}
},
{
"key": "Output_On Append Hello",
"details": {
"name": "On Append Hello"
}
},
{
"key": "DataOutput_Output",
"details": {
"name": "Output"
}
},
{
"key": "Input_Concatenate Two",
"details": {
"name": "Concatenate Two"
}
},
{
"key": "DataInput_a",
"details": {
"name": "a"
}
},
{
"key": "DataInput_b",
"details": {
"name": "b"
}
},
{
"key": "Output_On Concatenate Two",
"details": {
"name": "On Concatenate Two"
}
},
{
"key": "Input_Concatenate Three",
"details": {
"name": "Concatenate Three"
}
},
{
"key": "DataInput_c",
"details": {
"name": "c"
}
},
{
"key": "Output_On Concatenate Three",
"details": {
"name": "On Concatenate Three"
}
}
]
}
]
}