Enum WallDisplay
The possible modes that a Wall and Roof can display in. The ordering of this enumeration is based on how much of the walls (and roofs) can be seen.
Namespace: TinyLife
Assembly: Tiny Life.dll
Syntax
public enum WallDisplay
Fields
Name | Description |
---|---|
Auto | A wall display that represents the back walls of buildings being Up, but the front wals being Down |
Down | A wall display that represents only the lowest few pixels of each wall being displayed |
Roofs | A wall display that represents full walls and the roofs of buildings being displayed |
Up | A wall display that represents full walls, but no roofs, being displayed |