mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-15 06:53:59 +01:00
5 lines
281 B
Plaintext
5 lines
281 B
Plaintext
function nodeValue_Vec3(_name, _node, _value, _data = {}) { return new NodeValue_Vec3(_name, _node, _value, _data); }
|
|
|
|
function NodeValue_Vec3(_name, _node, _value, _data = {}) : NodeValue_Array(_name, _node, _value, "", 3) constructor {
|
|
setDisplay(VALUE_DISPLAY.vector, _data);
|
|
} |