mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-15 06:53:59 +01:00
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
function nodeValue_Buffer(_name, _node, _value, _tooltip = "") { return new __NodeValue_Buffer(_name, _node, _value, _tooltip); }
|
|
|
|
function __NodeValue_Buffer(_name, _node, _value, _tooltip = "") : __NodeValue_Object_Generic(_name, _node, VALUE_TYPE.buffer, _value, _tooltip) constructor {
|
|
|
|
} |