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.
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{12A6C1D4-5C8A-5FFB-B7BC-E5E983DA72CC}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "LengthSquared",
|
||||
"category": "Math/Vector3",
|
||||
"tooltip": "returns the magnitude squared of the source, generally faster than getting the exact length",
|
||||
"subtitle": "Vector3"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Input_In",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Vector3: Source",
|
||||
"details": {
|
||||
"name": "Vector3: Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: Number",
|
||||
"details": {
|
||||
"name": "Result: Number"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user