UNPKG

three

Version:

JavaScript 3D library

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