2021-08-04 06:51:12 +02:00
### 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
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WallDisplay
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Options.cs
2023-04-17 12:49:51 +02:00
startLine : 554
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Roofs
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Options.cs
2023-04-17 12:49:51 +02:00
startLine : 559
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Up
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Options.cs
2023-04-17 12:49:51 +02:00
startLine : 563
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Auto
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Options.cs
2023-04-17 12:49:51 +02:00
startLine : 567
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Down
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Options.cs
2023-04-17 12:49:51 +02:00
startLine : 571
2021-08-04 06:51:12 +02:00
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)
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.WallDisplay)
name : JsonCopy
- name : <
- uid : TinyLife.WallDisplay
name : WallDisplay
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.WallDisplay
name : WallDisplay
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.WallDisplay)
name : JsonCopy
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.WallDisplay
name : WallDisplay
- name : )
- name : (
- uid : TinyLife.WallDisplay
name : WallDisplay
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.World
commentId : N : TinyLife.World
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.World
name : World
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.World
name : World
2021-08-04 06:51:12 +02:00
- 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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- 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
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2021-08-04 06:51:12 +02:00
- 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
2023-03-30 18:07:55 +02:00
name : Up
nameWithType : WallDisplay.Up
fullName : TinyLife.WallDisplay.Up
2021-08-04 06:51:12 +02:00
- uid : TinyLife.WallDisplay.Down
commentId : F:TinyLife.WallDisplay.Down
2023-03-30 18:07:55 +02:00
name : Down
nameWithType : WallDisplay.Down
fullName : TinyLife.WallDisplay.Down