@realsee/five 6.6.0-alpha.3 → 6.6.0-alpha.5

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/five/index.d.ts CHANGED
@@ -1236,8 +1236,13 @@ export declare interface IntersectEvent extends BaseEvent {
1236
1236
 
1237
1237
  export declare interface Intersection extends THREE_2.Intersection {
1238
1238
  /** 楼层 */
1239
- floor: number;
1240
1239
  floorIndex: number;
1240
+ /**
1241
+ * 楼层
1242
+ * @deprecated
1243
+ * use floorIndex instead.
1244
+ */
1245
+ floor: number;
1241
1246
  model?: Model;
1242
1247
  viewLayer?: ViewLayer;
1243
1248
  }