Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 533 Bytes

breakVec3.md

File metadata and controls

51 lines (42 loc) · 533 Bytes

breakVec3

break vec3

Parameter

value Type: vec3

Return Values

X Type: float Y Type: float Z Type: float

JSON
{
  "Type": "breakVec3",
  "Name": "break vec3",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "value",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "X",
      "Type": "float"
    },
    {
      "Id": "Y",
      "Type": "float"
    },
    {
      "Id": "Z",
      "Type": "float"
    }
  ]
}