oil-station/pos-uni/uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/ActiveInfo.js

11 lines
212 B
JavaScript
Raw Normal View History

2024-05-27 16:43:09 +08:00
export default class WebGLActiveInfo {
className = 'WebGLActiveInfo';
constructor({
type, name, size
}) {
this.type = type;
this.name = name;
this.size = size;
}
}