UNPKG

three

Version:

JavaScript 3D library

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