@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
|
*/
|