Script Canvas node translation system and naming consistency
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"base": "AtomToolsMainWindowFactoryRequestBus",
|
||||
"context": "EBusSender",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Main Window Factory",
|
||||
"category": "Atom Tools"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"base": "CreateMainWindow",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke Create Main Window"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after Create Main Window is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "Create Main Window"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DestroyMainWindow",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke Destroy Main Window"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after Destroy Main Window is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "Destroy Main Window"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user