@esengine/ecs-framework 2.2.9 → 2.2.10

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.2.9
2
+ * @esengine/ecs-framework v2.2.10
3
3
  * TypeScript definitions
4
4
  */
5
5
  /**
@@ -5075,14 +5075,6 @@ declare class IncrementalSerializer {
5075
5075
  * ```
5076
5076
  */
5077
5077
  static deserializeIncremental(data: string | Uint8Array): IncrementalSnapshot;
5078
- /**
5079
- * 计算增量快照的大小(字节)
5080
- *
5081
- * @param incremental 增量快照
5082
- * @param format 序列化格式,默认为 'json'
5083
- * @returns 字节数
5084
- */
5085
- static getIncrementalSize(incremental: IncrementalSnapshot, format?: IncrementalSerializationFormat): number;
5086
5078
  /**
5087
5079
  * 获取增量快照的统计信息
5088
5080
  *