@glowjs/core 2024.12.19 → 2025.1.7

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.
@@ -3081,6 +3081,10 @@ export declare class Floor extends Entity {
3081
3081
  * 是否总是显示内部结构
3082
3082
  */
3083
3083
  alwaysShowInside: boolean;
3084
+ /**
3085
+ * 是否隐藏所有房间地板(编辑器用)
3086
+ */
3087
+ _hideAllRoomFloors: boolean;
3084
3088
  /**
3085
3089
  * 合并网格的父节点
3086
3090
  */