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,59 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{CA0FE782-4D45-5CFD-94D4-88CC687429FB}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "DirectionTo",
|
||||
"category": "Math/Vector3",
|
||||
"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": "Vector3"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"key": "Input_In",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Out",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Vector3: From",
|
||||
"details": {
|
||||
"name": "Vector3: From"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Vector3: To",
|
||||
"details": {
|
||||
"name": "Vector3: To"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Number: Scale",
|
||||
"details": {
|
||||
"name": "Number: Scale"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: Vector3",
|
||||
"details": {
|
||||
"name": "Result: Vector3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: Number",
|
||||
"details": {
|
||||
"name": "Result: Number"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user