@glowjs/core 2024.12.19 → 2025.1.8

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.
@@ -51,6 +51,7 @@ import { CreateSphere } from '@babylonjs/core/Meshes/Builders/sphereBuilder';
51
51
  import { CreateTube } from '@babylonjs/core/Meshes/Builders/tubeBuilder';
52
52
  import { Geometry } from '@babylonjs/core/Meshes/geometry';
53
53
  import { InstancedMesh } from '@babylonjs/core/Meshes/instancedMesh';
54
+ import { LinesMesh } from '@babylonjs/core/Meshes/linesMesh';
54
55
  import { Mesh } from '@babylonjs/core/Meshes/mesh';
55
56
  import { VertexData } from '@babylonjs/core/Meshes/mesh.vertexData';
56
57
  import { TransformNode } from '@babylonjs/core/Meshes/transformNode';
@@ -3081,6 +3082,10 @@ export declare class Floor extends Entity {
3081
3082
  * 是否总是显示内部结构
3082
3083
  */
3083
3084
  alwaysShowInside: boolean;
3085
+ /**
3086
+ * 是否隐藏所有房间地板(编辑器用)
3087
+ */
3088
+ _hideAllRoomFloors: boolean;
3084
3089
  /**
3085
3090
  * 合并网格的父节点
3086
3091
  */
@@ -6710,6 +6715,7 @@ export {
6710
6715
  InstancedMesh,
6711
6716
  InstantiatedEntries,
6712
6717
  Line2D,
6718
+ LinesMesh,
6713
6719
  Material,
6714
6720
  Matrix,
6715
6721
  Measure,