@zhongguo168a/yxeditor-common 0.0.38 → 0.0.40
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.
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HorizontalTextAlignment, VerticalTextAlignment, Scheduler,
|
|
1
|
+
import { HorizontalTextAlignment, VerticalTextAlignment, Scheduler, Node, Prefab, ISchedulable, AssetManager, Asset, SpriteAtlas, Camera, Canvas, Vec2, Vec3, Vec4, Widget, UITransform, math } from 'cc';
|
|
2
2
|
|
|
3
3
|
interface IError {
|
|
4
4
|
isCancel(): boolean;
|
|
@@ -1047,6 +1047,7 @@ declare class View extends EventDispatcher {
|
|
|
1047
1047
|
protected _waitCloseComplete: boolean;
|
|
1048
1048
|
get controller(): ViewController;
|
|
1049
1049
|
get route(): Route;
|
|
1050
|
+
node: Node;
|
|
1050
1051
|
datas: {};
|
|
1051
1052
|
tags: {};
|
|
1052
1053
|
layer: string;
|