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.Up
langs :
- csharp
- vb
name : WallDisplay
nameWithType : WallDisplay
fullName : TinyLife.WallDisplay
type : Enum
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
The 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.
The ordering of this enumeration is based on how much of the walls (and roofs) can be seen.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public enum WallDisplay
content.vb : Public Enum WallDisplay
extensionMethods :
- TinyLife.WallDisplay.TinyLife.Utilities.Extensions.JsonCopy``1
- 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
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A wall display that represents full walls, but no roofs, being displayed
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : Up = 0
2021-08-04 06:51:12 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A 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>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : Auto = 1
2021-08-04 06:51:12 +02:00
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
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : A wall display that represents only the lowest few pixels of each wall being displayed
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : Down = 2
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.WallDisplay
references :
- uid : TinyLife.World.Wall
commentId : T:TinyLife.World.Wall
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html
2021-08-04 06:51:12 +02:00
name : Wall
nameWithType : Wall
fullName : TinyLife.World.Wall
- uid : TinyLife.World.Roof
commentId : T:TinyLife.World.Roof
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
name : Roof
nameWithType : Roof
fullName : TinyLife.World.Roof
- uid : TinyLife
commentId : N : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
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)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.WallDisplay
name : WallDisplay
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.WallDisplay
name : WallDisplay
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
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
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.WallDisplay
name : WallDisplay
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.World
commentId : N : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.WallDisplay
commentId : T:TinyLife.WallDisplay
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html
2021-08-04 06:51:12 +02:00
name : WallDisplay
nameWithType : WallDisplay
fullName : TinyLife.WallDisplay
- uid : TinyLife.WallDisplay.Up
commentId : F:TinyLife.WallDisplay.Up
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html#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
2024-01-07 16:53:47 +01:00
href : TinyLife.WallDisplay.html#TinyLife_WallDisplay_Down
2023-03-30 18:07:55 +02:00
name : Down
nameWithType : WallDisplay.Down
fullName : TinyLife.WallDisplay.Down