Skip to content

Latest commit

 

History

History
101 lines (77 loc) · 1 KB

File metadata and controls

101 lines (77 loc) · 1 KB

vec2

vec2

Return Value

Type: vec2

JSON
{
  "Type": "vec2",
  "Name": "vec2",
  "Value": "0.0 0.0",
  "Category": 6,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}

vec2(ivec2)

Parameter

x Type: ivec2

Return Value

Type: vec2

JSON
{
  "Type": "vec2(ivec2)",
  "Name": "vec2(ivec2)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "ivec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}

vec2(bvec2)

Parameter

x Type: bvec2

Return Value

Type: vec2

JSON
{
  "Type": "vec2(bvec2)",
  "Name": "vec2(bvec2)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "bvec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}