Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/MathMatrix3x3_GetRows.names
T
2021-11-16 12:00:46 -08:00

52 lines
1.4 KiB
Plaintext

{
"entries": [
{
"key": "{8DE78AF8-44B4-58D8-AC3B-7B4ED77B75DF}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Get Rows",
"category": "Math/Matrix3x3",
"tooltip": "Returns all rows from matrix"
},
"slots": [
{
"key": "Input_In",
"details": {
"name": "In"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
},
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataOutput_Row1",
"details": {
"name": "Row 1"
}
},
{
"key": "DataOutput_Row2",
"details": {
"name": "Row 2"
}
},
{
"key": "DataOutput_Row3",
"details": {
"name": "Row 3"
}
}
]
}
]
}