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:
+190
@@ -0,0 +1,190 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "ImageBasedLightComponentRequestBus",
|
||||
"context": "EBusSender",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "ImageBasedLightComponentRequestBus"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetDiffuseImageAssetId",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetDiffuseImageAssetId"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetDiffuseImageAssetId is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "GetDiffuseImageAssetId"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
|
||||
"details": {
|
||||
"name": "AssetId"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "SetDiffuseImageAssetPath",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke SetDiffuseImageAssetPath"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after SetDiffuseImageAssetPath is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "SetDiffuseImageAssetPath"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "AZStd::string"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "SetDiffuseImageAssetId",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke SetDiffuseImageAssetId"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after SetDiffuseImageAssetId is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "SetDiffuseImageAssetId"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
|
||||
"details": {
|
||||
"name": "AssetId"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetSpecularImageAssetId",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetSpecularImageAssetId"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetSpecularImageAssetId is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "GetSpecularImageAssetId"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
|
||||
"details": {
|
||||
"name": "AssetId"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "SetSpecularImageAssetPath",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke SetSpecularImageAssetPath"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after SetSpecularImageAssetPath is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "SetSpecularImageAssetPath"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "AZStd::string"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetSpecularImageAssetPath",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetSpecularImageAssetPath"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetSpecularImageAssetPath is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "GetSpecularImageAssetPath"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "AZStd::string"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetDiffuseImageAssetPath",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetDiffuseImageAssetPath"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetDiffuseImageAssetPath is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "GetDiffuseImageAssetPath"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "AZStd::string"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "SetSpecularImageAssetId",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke SetSpecularImageAssetId"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after SetSpecularImageAssetId is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "SetSpecularImageAssetId"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{652ED536-3402-439B-AEBE-4A5DBC554085}",
|
||||
"details": {
|
||||
"name": "AssetId"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user