Enum WallDisplay
- Namespace
- TinyLife
- Assembly
- Tiny Life.dll
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.
public enum WallDisplay
- Extension Methods
Fields
Auto = 2
A wall display that represents the back walls of buildings being Up, but the front wals being Down
Down = 3
A wall display that represents only the lowest few pixels of each wall being displayed
Roofs = 0
A wall display that represents full walls and the roofs of buildings being displayed
Up = 1
A wall display that represents full walls, but no roofs, being displayed