@cc-component/cc-core 1.7.5 → 1.7.6
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.
|
@@ -98,7 +98,7 @@ declare global {
|
|
|
98
98
|
|
|
99
99
|
/**=======================================✅✅打开Window======================= */
|
|
100
100
|
/**打开场景 */
|
|
101
|
-
function OpenScene(param: ISceneParam)
|
|
101
|
+
function OpenScene(param: ISceneParam): Promise<void>
|
|
102
102
|
/**打开遮罩 */
|
|
103
103
|
function OpenBlockEvents(type: LayerType, is_show: boolean)
|
|
104
104
|
/**加载窗口 */
|