### 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: 578
  assemblies:
  - Tiny Life
  namespace: TinyLife
  summary: "\nThe possible modes that a <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.World.Roof\" data-throw-if-not-resolved=\"false\"></xref> 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
- 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: 583
  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
- 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: 587
  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
- 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: 591
  assemblies:
  - Tiny Life
  namespace: TinyLife
  summary: "\nA wall display that represents the back walls of buildings being <xref href=\"TinyLife.WallDisplay.Up\" data-throw-if-not-resolved=\"false\"></xref>, but the front wals being <xref href=\"TinyLife.WallDisplay.Down\" data-throw-if-not-resolved=\"false\"></xref>\n"
  example: []
  syntax:
    content: Auto = 2
    return:
      type: TinyLife.WallDisplay
- 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: 595
  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
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<WallDisplay>(WallDisplay)
  nameWithType: Extensions.JsonCopy<WallDisplay>(WallDisplay)
  fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.WallDisplay>(TinyLife.WallDisplay)
  nameWithType.vb: Extensions.JsonCopy(Of WallDisplay)(WallDisplay)
  fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.WallDisplay)(TinyLife.WallDisplay)
  name.vb: JsonCopy(Of WallDisplay)(WallDisplay)
  spec.csharp:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.WallDisplay)
    name: JsonCopy
  - name: <
  - uid: TinyLife.WallDisplay
    name: WallDisplay
  - name: '>'
  - name: (
  - uid: TinyLife.WallDisplay
    name: WallDisplay
  - name: )
  spec.vb:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.WallDisplay)
    name: JsonCopy
  - name: (
  - name: Of
  - name: " "
  - uid: TinyLife.WallDisplay
    name: WallDisplay
  - name: )
  - name: (
  - uid: TinyLife.WallDisplay
    name: WallDisplay
  - name: )
- uid: TinyLife.World
  commentId: N:TinyLife.World
  name: TinyLife.World
  nameWithType: TinyLife.World
  fullName: TinyLife.World
  spec.csharp:
  - uid: TinyLife
    name: TinyLife
  - name: .
  - uid: TinyLife.World
    name: World
  spec.vb:
  - uid: TinyLife
    name: TinyLife
  - name: .
  - uid: TinyLife.World
    name: World
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
  commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
  name: JsonCopy<T>(T)
  nameWithType: Extensions.JsonCopy<T>(T)
  fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(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
  - name: <
  - name: T
  - name: '>'
  - name: (
  - name: T
  - name: )
  spec.vb:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
    name: JsonCopy
  - name: (
  - name: Of
  - name: " "
  - name: T
  - name: )
  - name: (
  - name: T
  - name: )
- 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
  spec.csharp:
  - uid: TinyLife
    name: TinyLife
  - name: .
  - uid: TinyLife.Utilities
    name: Utilities
  spec.vb:
  - uid: TinyLife
    name: TinyLife
  - name: .
  - uid: TinyLife.Utilities
    name: 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
  name: Up
  nameWithType: WallDisplay.Up
  fullName: TinyLife.WallDisplay.Up
- uid: TinyLife.WallDisplay.Down
  commentId: F:TinyLife.WallDisplay.Down
  name: Down
  nameWithType: WallDisplay.Down
  fullName: TinyLife.WallDisplay.Down