BuildingData

public struct BuildingData : Decodable, Hashable
  • id

    Declaration

    Swift

    public let id: Int
  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let boundingBox: BoundingBox
  • Declaration

    Swift

    public let defaultLevelID: Float
  • Declaration

    Swift

    public let levels: [LevelData]
  • Declaration

    Swift

    public init(from decoder: Decoder) throws