Updated node format to account for duplicated slot names + regenerated node names
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -5,37 +5,37 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Set Y",
|
||||
"name": "SetY",
|
||||
"category": "Math/Vector2",
|
||||
"tooltip": "Returns a the vector(Source.X, Y)"
|
||||
"tooltip": "returns a the vector(Source.X, Y)"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_In",
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out",
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Source",
|
||||
"base": "DataInput_Source_0",
|
||||
"details": {
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Y",
|
||||
"base": "DataInput_Y_1",
|
||||
"details": {
|
||||
"name": "Y"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result",
|
||||
"base": "DataOutput_Result_0",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user