@glowjs/core 2025.8.8 → 2025.8.13

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.
@@ -3247,6 +3247,10 @@ export declare class Floor extends Entity {
3247
3247
  * 获取所有路径
3248
3248
  */
3249
3249
  get paths(): Path[];
3250
+ /**
3251
+ * 获取当前层级的所有图层
3252
+ */
3253
+ get layers(): number[];
3250
3254
  /**
3251
3255
  * 序列化成JSON对象
3252
3256
  */