Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 535 Bytes

skinMatrices.md

File metadata and controls

45 lines (36 loc) · 535 Bytes

skinMatrices

skinMatrices[int]

Parameters

value Type: skinMatrices index Type: int

Return Value

Type: mat4x3

JSON
{
  "Type": "skinMatrices[int]",
  "Name": "skinMatrices[int]",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "value",
      "Type": "skinMatrices"
    },
    {
      "Connection": null,
      "Id": "index",
      "Type": "int"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4x3"
    }
  ]
}