mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
5 lines
No EOL
301 B
Text
5 lines
No EOL
301 B
Text
function nodeValue_Armature(_name, _node, _value, _tooltip = "") { return new __NodeValue_Armature(_name, _node, _value, _tooltip); }
|
|
|
|
function __NodeValue_Armature(_name, _node, _value, _tooltip = "") : __NodeValue_Object_Generic(_name, _node, VALUE_TYPE.armature, _value, _tooltip) constructor {
|
|
|
|
} |