Enum FurnitureType
Available furniture types.
public enum FurnitureType
Fields
Bookshelf = 3A storage furniture piece for books.
Chair = 1A seating furniture piece.
CoffeeTable = 5A low coffee table.
Counter = 4A kitchen or counter surface.
Desk = 2A work or desk furniture piece.
Table = 0A standard dining or work table.