Skip to content

Latest commit

 

History

History
101 lines (77 loc) · 1.02 KB

File metadata and controls

101 lines (77 loc) · 1.02 KB

bvec2

bvec2

Return Value

Type: bvec2

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

bvec2(vec2)

Parameter

x Type: vec2

Return Value

Type: bvec2

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

bvec2(ivec2)

Parameter

x Type: ivec2

Return Value

Type: bvec2

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