xiaokuaisong-xiaochengxu/uniapp04/uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/ActiveInfo.js

11 lines
212 B
JavaScript
Raw Permalink Normal View History

2024-10-18 07:53:00 +00:00
export default class WebGLActiveInfo {
className = 'WebGLActiveInfo';
constructor({
type, name, size
}) {
this.type = type;
this.name = name;
this.size = size;
}
}