Type: float
JSON
{
"Type": "attribute(float)",
"Name": "floatAttribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "float"
}
]
}
Type: vec2
JSON
{
"Type": "attribute(vec2)",
"Name": "vec2Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "vec2"
}
]
}
Type: vec3
JSON
{
"Type": "attribute(vec3)",
"Name": "vec3Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "vec3"
}
]
}
Type: vec4
JSON
{
"Type": "attribute(vec4)",
"Name": "vec4Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "vec4"
}
]
}
Type: bool
JSON
{
"Type": "attribute(bool)",
"Name": "boolAttribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "bool"
}
]
}
Type: bvec2
JSON
{
"Type": "attribute(bvec2)",
"Name": "bvec2Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "bvec2"
}
]
}
Type: bvec3
JSON
{
"Type": "attribute(bvec3)",
"Name": "bvec3Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "bvec3"
}
]
}
Type: bvec4
JSON
{
"Type": "attribute(bvec4)",
"Name": "bvec4Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "bvec4"
}
]
}
Type: int
JSON
{
"Type": "attribute(int)",
"Name": "intAttribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "int"
}
]
}
Type: ivec2
JSON
{
"Type": "attribute(ivec2)",
"Name": "ivec2Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "ivec2"
}
]
}
Type: ivec3
JSON
{
"Type": "attribute(ivec3)",
"Name": "ivec3Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "ivec3"
}
]
}
Type: ivec4
JSON
{
"Type": "attribute(ivec4)",
"Name": "ivec4Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "ivec4"
}
]
}
Type: mat2
JSON
{
"Type": "attribute(mat2)",
"Name": "mat2Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "mat2"
}
]
}
Type: mat3
JSON
{
"Type": "attribute(mat3)",
"Name": "mat3Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "mat3"
}
]
}
Type: mat4
JSON
{
"Type": "attribute(mat4)",
"Name": "mat4Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "mat4"
}
]
}
Type: mat4x3
JSON
{
"Type": "attribute(mat4x3)",
"Name": "mat4x3Attribute",
"Category": 5,
"InputPins": [],
"OutputPins": [
{
"Id": "",
"Type": "mat4x3"
}
]
}