Updated more math related names
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "GetElement",
|
||||
"name": "Get Element",
|
||||
"category": "Math/Matrix3x3",
|
||||
"tooltip": "returns scalar from matrix corresponding to the (Row,Column) pair",
|
||||
"subtitle": "Matrix3x3"
|
||||
"tooltip": "Returns scalar from matrix corresponding to the (Row,Column) pair"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
@@ -24,27 +23,27 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Matrix3x3: Source",
|
||||
"key": "DataInput_Source",
|
||||
"details": {
|
||||
"name": "Matrix3x3: Source"
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Number: Row",
|
||||
"key": "DataInput_Row",
|
||||
"details": {
|
||||
"name": "Number: Row"
|
||||
"name": "Row"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Number: Column",
|
||||
"key": "DataInput_Column",
|
||||
"details": {
|
||||
"name": "Number: Column"
|
||||
"name": "Column"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: Number",
|
||||
"key": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result: Number"
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user