UNPKG

three

Version:

JavaScript 3D library

15 lines (8 loc) 148 B
class NodeVary { constructor( name, type ) { this.isNodeVary = true; this.name = name; this.type = type; } } export default NodeVary;