@shimotsuki/core 3.0.16 → 3.0.18

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 CHANGED
@@ -513,6 +513,7 @@ declare class Gui extends BaseComponent {
513
513
  /**隐藏公告 */
514
514
  hideNotice(): this;
515
515
  findBundleBySceneUUID(sceneUUID: string): AssetManager.Bundle | null;
516
+ findSceneByUUIDFromBundle(bundle: AssetManager.Bundle, sceneUUID: string): void;
516
517
  /**
517
518
  * 加载并切换游戏场景
518
519
  * @param sceneName 场景名称、场景实例或场景资源,用于指定要加载的场景