Updated more math related names
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
+8
-9
@@ -5,10 +5,9 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "MultiplyByNumber",
|
||||
"name": "Multiply By Number",
|
||||
"category": "Math/Matrix3x3",
|
||||
"tooltip": "returns matrix created from multiply the source matrix by Multiplier",
|
||||
"subtitle": "Matrix3x3"
|
||||
"tooltip": "Returns matrix created from multiply the source matrix by Multiplier"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
@@ -24,21 +23,21 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Matrix3x3: Source",
|
||||
"key": "DataInput_Source",
|
||||
"details": {
|
||||
"name": "Matrix3x3: Source"
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Number: Multiplier",
|
||||
"key": "DataInput_Multiplier",
|
||||
"details": {
|
||||
"name": "Number: Multiplier"
|
||||
"name": "Multiplier"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: Matrix3x3",
|
||||
"key": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result: Matrix3x3"
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user