Interface Intersection

interface Intersection {
    floor: number;
    model?: Model;
    viewLayer?: Tile3DModel;
}

Hierarchy

  • Intersection
    • Intersection

Properties

floor: number

楼层

model?: Model
viewLayer?: Tile3DModel