Updated more names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-15 15:56:37 -08:00
parent 34adac8dd9
commit 5fb45f4496
7 changed files with 687 additions and 91 deletions
@@ -18,7 +18,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -33,7 +33,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -48,7 +48,7 @@
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "CameraRequestBus",
"name": "Camera",
"category": "Camera"
},
"methods": [
@@ -13,20 +13,20 @@
"key": "GetOrthographicHalfWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetOrthographicHalfWidth"
"tooltip": "When signaled, this will invoke Get Orthographic Half Width"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetOrthographicHalfWidth is invoked"
"tooltip": "Signaled after Get Orthographic Half Width is invoked"
},
"details": {
"name": "GetOrthographicHalfWidth"
"name": "Get Orthographic Half Width"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Half Width"
}
}
]
@@ -35,21 +35,20 @@
"key": "GetFov",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get FOV"
"tooltip": "When signaled, this will invoke Get Field of View"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get FOV is invoked"
"tooltip": "Signaled after Get Field of View is invoked"
},
"details": {
"name": "Get FOV",
"tooltip": "Returns the field of view of the camera"
"name": "Get Field of View"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "FOV"
}
}
]
@@ -58,20 +57,20 @@
"key": "SetFovRadians",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFovRadians"
"tooltip": "When signaled, this will invoke Set Field of View (Radians)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFovRadians is invoked"
"tooltip": "Signaled after Set Field of View (Radians) is invoked"
},
"details": {
"name": "SetFovRadians"
"name": "Set Field of View (Radians)"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "FOV (Radians)"
}
}
]
@@ -87,15 +86,13 @@
"tooltip": "Signaled after Set Near Clip Distance is invoked"
},
"details": {
"name": "Set Near Clip Distance",
"tooltip": "Sets the near clip distance of the camera"
"name": "Set Near Clip Distance"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Distance",
"tooltip": "Set the near clip distance of the camera"
"name": "Near Clip Distance"
}
}
]
@@ -104,20 +101,20 @@
"key": "IsOrthographic",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsOrthographic"
"tooltip": "When signaled, this will invoke Is Orthographic"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsOrthographic is invoked"
"tooltip": "Signaled after Is Orthographic is invoked"
},
"details": {
"name": "IsOrthographic"
"name": "Is Orthographic"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Orthographic"
}
}
]
@@ -126,20 +123,20 @@
"key": "SetFovDegrees",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFovDegrees"
"tooltip": "When signaled, this will invoke Set Field of View (Degrees)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFovDegrees is invoked"
"tooltip": "Signaled after Set Field of View (Degrees) is invoked"
},
"details": {
"name": "SetFovDegrees"
"name": "Set Field of View (Degrees)"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Field of View (Degrees)"
}
}
]
@@ -148,20 +145,20 @@
"key": "GetFovRadians",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFovRadians"
"tooltip": "When signaled, this will invoke Get Field of View (Radians)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFovRadians is invoked"
"tooltip": "Signaled after Get Field of View (Radians) is invoked"
},
"details": {
"name": "GetFovRadians"
"name": "Get Field of View (Radians)"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Field of View (Radians)"
}
}
]
@@ -170,22 +167,20 @@
"key": "SetFov",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set FOV"
"tooltip": "When signaled, this will invoke Set Field of View"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set FOV is invoked"
"tooltip": "Signaled after Set Field of View is invoked"
},
"details": {
"name": "Set FOV",
"tooltip": "Set the field of view of the camera"
"name": "Set Field of View"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "FOV",
"tooltip": "The field of view of the camera"
"name": "Field of View"
}
}
]
@@ -201,8 +196,7 @@
"tooltip": "Signaled after Make Active View is invoked"
},
"details": {
"name": "Make Active View",
"tooltip": "Sets the camera on the specified entity to the active view"
"name": "Make Active View"
}
},
{
@@ -216,14 +210,13 @@
"tooltip": "Signaled after Get Far Clip Distance is invoked"
},
"details": {
"name": "Get Far Clip Distance",
"tooltip": "Returns the far clip distance of the camera"
"name": "Get Far Clip Distance"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Far Clip Distance"
}
}
]
@@ -232,20 +225,20 @@
"key": "GetFovDegrees",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFovDegrees"
"tooltip": "When signaled, this will invoke Get Field of View (Degrees)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFovDegrees is invoked"
"tooltip": "Signaled after Get Field of View (Degrees) is invoked"
},
"details": {
"name": "GetFovDegrees"
"name": "Get Field of View (Degrees)"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Field of View (Degrees)"
}
}
]
@@ -254,20 +247,20 @@
"key": "SetOrthographic",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOrthographic"
"tooltip": "When signaled, this will invoke Set Orthographic"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOrthographic is invoked"
"tooltip": "Signaled after Set Orthographic is invoked"
},
"details": {
"name": "SetOrthographic"
"name": "Set Orthographic"
},
"params": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Orthographic"
}
}
]
@@ -276,20 +269,20 @@
"key": "SetOrthographicHalfWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetOrthographicHalfWidth"
"tooltip": "When signaled, this will invoke Set Orthographic Half Width"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetOrthographicHalfWidth is invoked"
"tooltip": "Signaled after Set Orthographic Half Width is invoked"
},
"details": {
"name": "SetOrthographicHalfWidth"
"name": "Set Orthographic Half Width"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Half Width"
}
}
]
@@ -305,14 +298,13 @@
"tooltip": "Signaled after Get Near Clip Distance is invoked"
},
"details": {
"name": "Get Near Clip Distance",
"tooltip": "Returns the near clip distance of the camera"
"name": "Get Near Clip Distance"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
"name": "Near Clip Distance"
}
}
]
@@ -328,15 +320,13 @@
"tooltip": "Signaled after Set Far Clip Distance is invoked"
},
"details": {
"name": "Set Far Clip Distance",
"tooltip": "Sets the far clip distance of the camera"
"name": "Set Far Clip Distance"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Distance",
"tooltip": "The far clip distance of the camera"
"name": "Far Clip Distance"
}
}
]
@@ -345,20 +335,20 @@
"key": "IsActiveView",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke IsActiveView"
"tooltip": "When signaled, this will invoke Is Active View"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after IsActiveView is invoked"
"tooltip": "Signaled after Is Active View is invoked"
},
"details": {
"name": "IsActiveView"
"name": "Is Active View"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Active View"
}
}
]
@@ -5,27 +5,27 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "CameraSystemRequestBus"
"name": "Camera"
},
"methods": [
{
"key": "GetActiveCamera",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetActiveCamera"
"tooltip": "When signaled, this will invoke Get Active Camera"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetActiveCamera is invoked"
"tooltip": "Signaled after Get Active Camera is invoked"
},
"details": {
"name": "GetActiveCamera"
"name": "Get Active Camera"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -5,27 +5,28 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "ComponentApplicationBus"
"name": "Application",
"category": "Components"
},
"methods": [
{
"key": "GetEntityName",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetEntityName"
"tooltip": "When signaled, this will invoke Get Entity Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetEntityName is invoked"
"tooltip": "Signaled after Get Entity Name is invoked"
},
"details": {
"name": "GetEntityName"
"name": "Get Entity Name"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
@@ -43,27 +44,27 @@
"key": "SetEntityName",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetEntityName"
"tooltip": "When signaled, this will invoke Set Entity Name"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetEntityName is invoked"
"tooltip": "Signaled after Set Entity Name is invoked"
},
"details": {
"name": "SetEntityName"
"name": "Set Entity Name"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{7114E998-A8B4-519B-9342-A86D1587B4F7}",
"details": {
"name": ""
"name": "Name"
}
}
],
@@ -71,7 +72,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Succesful"
}
}
]
@@ -0,0 +1,606 @@
{
"entries": [
{
"key": "DebugDrawRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Debug Draw"
},
"methods": [
{
"key": "DrawTextOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Text On Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Text On Entity is invoked"
},
"details": {
"name": "Draw Text On Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawRayEntityToDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Ray Entity To Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Ray Entity To Direction is invoked"
},
"details": {
"name": "Draw Ray Entity To Direction"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawObb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Oriented Bounding Box"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Oriented Bounding Box is invoked"
},
"details": {
"name": "Draw Oriented Bounding Box"
},
"params": [
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "OBB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawObbOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Oriented Bounding Box on Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Oriented Bounding Box on Entity is invoked"
},
"details": {
"name": "Draw Oriented Bounding Box on Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{004ABD25-CF14-4EB3-BD41-022C247C07FA}",
"details": {
"name": "OBB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawRayLocationToDirection",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Ray Location To Direction"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Ray Location To Direction is invoked"
},
"details": {
"name": "Draw Ray Location To Direction"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Direction"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawSphereOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Sphere On Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Sphere On Entity is invoked"
},
"details": {
"name": "Draw Sphere On Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawAabbOnEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Axis Aligned Bounding Box On Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Axis Aligned Bounding Box On Entity is invoked"
},
"details": {
"name": "Draw Axis Aligned Bounding Box On Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawLineEntityToEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Line Entity To Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Line Entity To Entity is invoked"
},
"details": {
"name": "Draw Line Entity To Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "From Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "To Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawTextAtLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Text At Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Text At Location is invoked"
},
"details": {
"name": "Draw Text At Location"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawTextOnScreen",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Text On Screen"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Text On Screen is invoked"
},
"details": {
"name": "Draw Text On Screen"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "Text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Axis Aligned Bounding Box"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Axis Aligned Bounding Box is invoked"
},
"details": {
"name": "Draw Axis Aligned Bounding Box"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawLineLocationToLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Line Location To Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Line Location To Location is invoked"
},
"details": {
"name": "Draw Line Location To Location"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawLineEntityToLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Line Entity To Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Line Entity To Location is invoked"
},
"details": {
"name": "Draw Line Entity To Location"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawRayEntityToEntity",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Ray Entity To Entity"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Ray Entity To Entity is invoked"
},
"details": {
"name": "Draw Ray Entity To Entity"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "From Entity Id",
"tooltip": "Entity to draw the ray from"
}
},
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "To Entity Id",
"tooltip": "Entity to draw the ray to"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
},
{
"key": "DrawSphereAtLocation",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Draw Sphere At Location"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Draw Sphere At Location is invoked"
},
"details": {
"name": "Draw Sphere At Location"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Radius"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Duration"
}
}
]
}
]
}
]
}
@@ -5,7 +5,7 @@
"context": "EBusSender",
"variant": "",
"details": {
"name": "FlyCameraInputBus",
"name": "Fly Camera",
"category": "Camera"
},
"methods": [
@@ -26,7 +26,7 @@
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Enabled"
}
}
]
@@ -35,20 +35,20 @@
"key": "GetIsEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Enabled"
"tooltip": "When signaled, this will invoke Get Is Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Enabled is invoked"
"tooltip": "Signaled after Get Is Enabled is invoked"
},
"details": {
"name": "Is Enabled"
"name": "Get Is Enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
"name": "Is Enabled"
}
}
]
@@ -7,8 +7,7 @@
"details": {
"name": "For Each",
"category": "Containers",
"tooltip": "Node for iterating through a container",
"subtitle": "Containers"
"tooltip": "Node for iterating through a container"
},
"slots": [
{