@glowjs/core 2023.9.23 → 2023.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,12 +35,14 @@ export declare class Billboard extends EventDispatcher {
35
35
  * 初始化2D广告牌根
36
36
  */
37
37
  static _init2DRoot(): void;
38
+ private _canvas;
38
39
  /**
39
40
  * 实例化一个广告牌对象
40
41
  * @param type 类型
41
42
  * @param options 选项
42
43
  */
43
44
  constructor(type: '2D' | '3D', options: BillboardOptions);
45
+ private _onResize;
44
46
  /**
45
47
  * 获取类型
46
48
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowjs/core",
3
- "version": "2023.09.23",
3
+ "version": "2023.10.09",
4
4
  "description": "GlowJS数字孪生引擎核心库。",
5
5
  "main": "./dist/glow.core.js",
6
6
  "types": "./dist/typings/index.d.ts",