### YamlMime:ManagedReference items: - uid: TinyLife.WallDisplay commentId: T:TinyLife.WallDisplay id: WallDisplay parent: TinyLife children: - TinyLife.WallDisplay.Auto - TinyLife.WallDisplay.Down - TinyLife.WallDisplay.Roofs - TinyLife.WallDisplay.Up langs: - csharp - vb name: WallDisplay nameWithType: WallDisplay fullName: TinyLife.WallDisplay type: Enum source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallDisplay path: ../TinyLife/Options.cs startLine: 513 assemblies: - Tiny Life namespace: TinyLife summary: "\nThe possible modes that a and can display in.\nThe ordering of this enumeration is based on how much of the walls (and roofs) can be seen.\n" example: [] syntax: content: public enum WallDisplay content.vb: Public Enum WallDisplay extensionMethods: - TinyLife.WallDisplay.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - enum modifiers.vb: - Public - Enum - uid: TinyLife.WallDisplay.Roofs commentId: F:TinyLife.WallDisplay.Roofs id: Roofs parent: TinyLife.WallDisplay langs: - csharp - vb name: Roofs nameWithType: WallDisplay.Roofs fullName: TinyLife.WallDisplay.Roofs type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roofs path: ../TinyLife/Options.cs startLine: 518 assemblies: - Tiny Life namespace: TinyLife summary: "\nA wall display that represents full walls and the roofs of buildings being displayed\n" example: [] syntax: content: Roofs = 0 return: type: TinyLife.WallDisplay modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.WallDisplay.Up commentId: F:TinyLife.WallDisplay.Up id: Up parent: TinyLife.WallDisplay langs: - csharp - vb name: Up nameWithType: WallDisplay.Up fullName: TinyLife.WallDisplay.Up type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Up path: ../TinyLife/Options.cs startLine: 522 assemblies: - Tiny Life namespace: TinyLife summary: "\nA wall display that represents full walls, but no roofs, being displayed\n" example: [] syntax: content: Up = 1 return: type: TinyLife.WallDisplay modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.WallDisplay.Auto commentId: F:TinyLife.WallDisplay.Auto id: Auto parent: TinyLife.WallDisplay langs: - csharp - vb name: Auto nameWithType: WallDisplay.Auto fullName: TinyLife.WallDisplay.Auto type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Auto path: ../TinyLife/Options.cs startLine: 526 assemblies: - Tiny Life namespace: TinyLife summary: "\nA wall display that represents the back walls of buildings being , but the front wals being \n" example: [] syntax: content: Auto = 2 return: type: TinyLife.WallDisplay modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.WallDisplay.Down commentId: F:TinyLife.WallDisplay.Down id: Down parent: TinyLife.WallDisplay langs: - csharp - vb name: Down nameWithType: WallDisplay.Down fullName: TinyLife.WallDisplay.Down type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Down path: ../TinyLife/Options.cs startLine: 530 assemblies: - Tiny Life namespace: TinyLife summary: "\nA wall display that represents only the lowest few pixels of each wall being displayed\n" example: [] syntax: content: Down = 3 return: type: TinyLife.WallDisplay modifiers.csharp: - public - const modifiers.vb: - Public - Const references: - uid: TinyLife.World.Wall commentId: T:TinyLife.World.Wall parent: TinyLife.World name: Wall nameWithType: Wall fullName: TinyLife.World.Wall - uid: TinyLife.World.Roof commentId: T:TinyLife.World.Roof parent: TinyLife.World name: Roof nameWithType: Roof fullName: TinyLife.World.Roof - uid: TinyLife commentId: N:TinyLife name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: TinyLife.WallDisplay.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() nameWithType.vb: Extensions.JsonCopy(Of WallDisplay)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.WallDisplay)() name.vb: JsonCopy(Of WallDisplay)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of WallDisplay) nameWithType: Extensions.JsonCopy(Of WallDisplay) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.WallDisplay) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.World commentId: N:TinyLife.World name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(Of T) nameWithType: Extensions.JsonCopy(Of T) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities - uid: TinyLife.WallDisplay commentId: T:TinyLife.WallDisplay parent: TinyLife name: WallDisplay nameWithType: WallDisplay fullName: TinyLife.WallDisplay - uid: TinyLife.WallDisplay.Up commentId: F:TinyLife.WallDisplay.Up isExternal: true - uid: TinyLife.WallDisplay.Down commentId: F:TinyLife.WallDisplay.Down isExternal: true