UNPKG

three

Version:

JavaScript 3D library

16 lines (9 loc) 200 B
class NodeVary { constructor( name, type, snippet = '' ) { this.name = name; this.type = type; this.snippet = snippet; } } NodeVary.prototype.isNodeVary = true; export default NodeVary;