UNPKG

three

Version:

JavaScript 3D library

15 lines (8 loc) 145 B
class NodeVar { constructor( name, type ) { this.isNodeVar = true; this.name = name; this.type = type; } } export default NodeVar;