mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 22:43:53 +01:00
5 lines
287 B
Plaintext
5 lines
287 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);
|
|
} |