mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
5 lines
281 B
Plaintext
5 lines
281 B
Plaintext
function nodeValue_Vec4(_name, _node, _value, _data = {}) { return new NodeValue_Vec4(_name, _node, _value, _data); }
|
|
|
|
function NodeValue_Vec4(_name, _node, _value, _data = {}) : NodeValue_Array(_name, _node, _value, "", 4) constructor {
|
|
setDisplay(VALUE_DISPLAY.vector, _data);
|
|
} |