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,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"
}
}
]
}
]
}