Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Handlers/CameraNotificationBus.names
T
2021-11-15 15:56:37 -08:00

60 lines
2.0 KiB
Plaintext

{
"entries": [
{
"key": "CameraNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Camera",
"category": "Camera"
},
"methods": [
{
"key": "OnCameraAdded",
"details": {
"name": "On Camera Added"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "OnCameraRemoved",
"details": {
"name": "On Camera Removed"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "OnActiveViewChanged",
"details": {
"name": "On Active View Changed"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}