UNPKG

three

Version:

JavaScript 3D library

15 lines (8 loc) 180 B
class NodeAttribute { constructor( name, type ) { this.name = name; this.type = type; } } NodeAttribute.prototype.isNodeAttribute = true; export default NodeAttribute;