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,148 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "MeshVertexBitangentData",
|
||||
"context": "BehaviorClass",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetCount",
|
||||
"context": "MeshVertexBitangentData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetCount"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetCount is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData::GetCount",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{F56FB088-4C92-4453-AFE9-4E820F03FA90}",
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
|
||||
"details": {
|
||||
"name": "AZ::u64"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetBitangent",
|
||||
"context": "MeshVertexBitangentData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetBitangent"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetBitangent is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData::GetBitangent",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{F56FB088-4C92-4453-AFE9-4E820F03FA90}",
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
|
||||
"details": {
|
||||
"name": "AZ::u64"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
||||
"details": {
|
||||
"name": "const Vector3&"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetBitangentSetIndex",
|
||||
"context": "MeshVertexBitangentData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetBitangentSetIndex"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetBitangentSetIndex is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData::GetBitangentSetIndex",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{F56FB088-4C92-4453-AFE9-4E820F03FA90}",
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
|
||||
"details": {
|
||||
"name": "AZ::u64"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetGenerationMethod",
|
||||
"context": "MeshVertexBitangentData",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetGenerationMethod"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetGenerationMethod is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData::GetGenerationMethod",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{F56FB088-4C92-4453-AFE9-4E820F03FA90}",
|
||||
"details": {
|
||||
"name": "MeshVertexBitangentData*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
||||
"details": {
|
||||
"name": "int"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user