Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 492 Bytes

File metadata and controls

45 lines (36 loc) · 492 Bytes

makeVec2

vec2(float,float)

Parameters

X Type: float Y Type: float

Return Value

Type: vec2

JSON
{
  "Type": "makeVec2",
  "Name": "vec2(float,float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "X",
      "Type": "float"
    },
    {
      "Connection": null,
      "Id": "Y",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}