Updated more node names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-18 14:37:40 -08:00
parent ce86aa59d7
commit bc388762af
34 changed files with 2809 additions and 423 deletions
@@ -0,0 +1,100 @@
{
"entries": [
{
"key": "{022255F7-DD50-5654-967E-6E00E8360F00}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Box Cast With Group",
"category": "PhysX/World",
"tooltip": "Box Cast"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Dimensions",
"details": {
"name": "Dimensions"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object Hit",
"details": {
"name": "Object Hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,106 @@
{
"entries": [
{
"key": "{1467D2BE-D829-5A8A-976D-6D06FDCD3310}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Capsule Cast With Group",
"category": "PhysX/World",
"tooltip": "CapsuleCast"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Height",
"details": {
"name": "Height"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object Hit",
"details": {
"name": "Object Hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "{B4F46A1B-7C2F-553F-BAE8-867066A365FA}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Overlap Box With Group",
"category": "PhysX/World",
"tooltip": "Returns the objects overlapping a box at a position"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Dimensions",
"details": {
"name": "Dimensions"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "{588E1C8F-D18E-5C00-AF13-C4FCD5A9519D}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Overlap Capsule With Group",
"category": "PhysX/World",
"tooltip": "Returns the objects overlapping a capsule at a position"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Height",
"details": {
"name": "Height"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}
@@ -0,0 +1,58 @@
{
"entries": [
{
"key": "{4BEFF98E-4147-55AF-B105-29085951CBA9}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Overlap Sphere With Group",
"category": "PhysX/World",
"tooltip": "Returns the objects overlapping a sphere at a position"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
}
]
}
]
}
@@ -0,0 +1,94 @@
{
"entries": [
{
"key": "{BD7F9C50-62EA-56C0-9B8B-D23E5D28300D}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Ray Cast Local Space With Group",
"category": "PhysX/World",
"tooltip": "Returns the first entity hit by a ray cast in local space from the source entity in the specified direction."
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object hit",
"details": {
"name": "Object hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,64 @@
{
"entries": [
{
"key": "{FB91B476-0015-508A-AC0B-18F8A860EB7A}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Ray Cast Multiple Local Space With Group",
"category": "PhysX/World",
"tooltip": "Returns all entities hit by a ray cast in local space from the source entity in the specified direction."
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Objects hit",
"details": {
"name": "Objects hit"
}
}
]
}
]
}
@@ -0,0 +1,94 @@
{
"entries": [
{
"key": "{33EE1562-D9B5-5DA2-BB9E-F1F75B927B9C}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Ray Cast World Space With Group",
"category": "PhysX/World",
"tooltip": "Returns the first entity hit by a ray cast in world space from the start position in the specified direction."
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Start",
"details": {
"name": "Start"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object hit",
"details": {
"name": "Object hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}
@@ -0,0 +1,100 @@
{
"entries": [
{
"key": "{FF1EE92C-FD34-51E9-B128-00595ABB78E6}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Sphere Cast With Group",
"category": "PhysX/World",
"tooltip": "SphereCast"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataInput_Pose",
"details": {
"name": "Pose"
}
},
{
"key": "DataInput_Direction",
"details": {
"name": "Direction"
}
},
{
"key": "DataInput_Radius",
"details": {
"name": "Radius"
}
},
{
"key": "DataInput_Collision group",
"details": {
"name": "Collision group"
}
},
{
"key": "DataInput_Ignore",
"details": {
"name": "Ignore"
}
},
{
"key": "DataOutput_Object Hit",
"details": {
"name": "Object Hit"
}
},
{
"key": "DataOutput_Position",
"details": {
"name": "Position"
}
},
{
"key": "DataOutput_Normal",
"details": {
"name": "Normal"
}
},
{
"key": "DataOutput_Distance",
"details": {
"name": "Distance"
}
},
{
"key": "DataOutput_EntityId",
"details": {
"name": "EntityId"
}
},
{
"key": "DataOutput_Surface",
"details": {
"name": "Surface"
}
}
]
}
]
}