9e2a3226fd
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.
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"key": "{E1940FB4-83FE-4594-9AFF-375FF7603338}",
|
|
"context": "ScriptCanvas::Node",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Print",
|
|
"category": "Utilities/Debug",
|
|
"tooltip": "Formats and prints the provided text in the debug console.\nAny word within {} will create a data pin on this node.",
|
|
"subtitle": "Debug"
|
|
},
|
|
"slots": [
|
|
{
|
|
"key": "Input_In",
|
|
"details": {
|
|
"name": "In",
|
|
"tooltip": "Input signal"
|
|
}
|
|
},
|
|
{
|
|
"key": "DataInput_Value",
|
|
"details": {
|
|
"name": "Value"
|
|
}
|
|
},
|
|
{
|
|
"key": "Output_Out",
|
|
"details": {
|
|
"name": "Out"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |