mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
253 lines
7.3 KiB
YAML
Generated
253 lines
7.3 KiB
YAML
Generated
### 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
|
|
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.
|
|
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
|
|
summary: A wall display that represents full walls, but no roofs, being displayed
|
|
example: []
|
|
syntax:
|
|
content: Up = 0
|
|
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
|
|
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>
|
|
example: []
|
|
syntax:
|
|
content: Auto = 1
|
|
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
|
|
summary: A wall display that represents only the lowest few pixels of each wall being displayed
|
|
example: []
|
|
syntax:
|
|
content: Down = 2
|
|
return:
|
|
type: TinyLife.WallDisplay
|
|
references:
|
|
- uid: TinyLife.World.Wall
|
|
commentId: T:TinyLife.World.Wall
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.Wall.html
|
|
name: Wall
|
|
nameWithType: Wall
|
|
fullName: TinyLife.World.Wall
|
|
- uid: TinyLife.World.Roof
|
|
commentId: T:TinyLife.World.Roof
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.Roof.html
|
|
name: Roof
|
|
nameWithType: Roof
|
|
fullName: TinyLife.World.Roof
|
|
- uid: TinyLife
|
|
commentId: N:TinyLife
|
|
href: TinyLife.html
|
|
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)
|
|
href: TinyLife.Utilities.Extensions.html#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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.WallDisplay
|
|
name: WallDisplay
|
|
href: TinyLife.WallDisplay.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.WallDisplay
|
|
name: WallDisplay
|
|
href: TinyLife.WallDisplay.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.WallDisplay)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.WallDisplay
|
|
name: WallDisplay
|
|
href: TinyLife.WallDisplay.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.WallDisplay
|
|
name: WallDisplay
|
|
href: TinyLife.WallDisplay.html
|
|
- name: )
|
|
- uid: TinyLife.World
|
|
commentId: N:TinyLife.World
|
|
href: TinyLife.html
|
|
name: TinyLife.World
|
|
nameWithType: TinyLife.World
|
|
fullName: TinyLife.World
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.World
|
|
name: World
|
|
href: TinyLife.World.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.World
|
|
name: World
|
|
href: TinyLife.World.html
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.WallDisplay
|
|
commentId: T:TinyLife.WallDisplay
|
|
parent: TinyLife
|
|
href: TinyLife.WallDisplay.html
|
|
name: WallDisplay
|
|
nameWithType: WallDisplay
|
|
fullName: TinyLife.WallDisplay
|
|
- uid: TinyLife.WallDisplay.Up
|
|
commentId: F:TinyLife.WallDisplay.Up
|
|
href: TinyLife.WallDisplay.html#TinyLife_WallDisplay_Up
|
|
name: Up
|
|
nameWithType: WallDisplay.Up
|
|
fullName: TinyLife.WallDisplay.Up
|
|
- uid: TinyLife.WallDisplay.Down
|
|
commentId: F:TinyLife.WallDisplay.Down
|
|
href: TinyLife.WallDisplay.html#TinyLife_WallDisplay_Down
|
|
name: Down
|
|
nameWithType: WallDisplay.Down
|
|
fullName: TinyLife.WallDisplay.Down
|