@esengine/ecs-framework 2.1.31 → 2.1.33

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @esengine/ecs-framework v2.1.31
2
+ * @esengine/ecs-framework v2.1.33
3
3
  * TypeScript definitions
4
4
  */
5
5
  /**
@@ -4065,6 +4065,10 @@ declare class Scene {
4065
4065
  * 场景是否已开始运行
4066
4066
  */
4067
4067
  private _didSceneBegin;
4068
+ /**
4069
+ * 场景是否已初始化
4070
+ */
4071
+ private _isInitialized;
4068
4072
  /**
4069
4073
  * 获取系统列表(兼容性属性)
4070
4074
  */