Room
public struct Room: Decodable
A single room.
-
Identifier
Declaration
Swift
public let identifier: RoomID
-
Name
Declaration
Swift
public let name: String?
-
Preferred location for rendering the name.
Declaration
Swift
public let nameLocation: (Double, Double)?
-
Points outlining the room.
Declaration
Swift
public let points: [(Double, Double)]
-
Is this room a lecture hall?
Declaration
Swift
public let isLectureHall: Bool
-
Type of the room
Declaration
Swift
public var type: RoomType
-
Raw color value.
Declaration
Swift
public var rawColor: Int
-
Declaration
Swift
public init(from decoder: Decoder) throws
Parameters
decoder
-
The color this room should be displayed as.
Declaration
Swift
public struct Room: Decodable
-
The color this room should be displayed as.
Declaration
Swift
public var color: NSColor?
-
Undocumented
Declaration
Swift
public struct Room: Decodable