mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
256 lines
6.7 KiB
YAML
256 lines
6.7 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.World.Tile.Category
|
|
commentId: T:TinyLife.World.Tile.Category
|
|
id: Tile.Category
|
|
parent: TinyLife.World
|
|
children:
|
|
- TinyLife.World.Tile.Category.Natural
|
|
- TinyLife.World.Tile.Category.None
|
|
- TinyLife.World.Tile.Category.Water
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Tile.Category
|
|
nameWithType: Tile.Category
|
|
fullName: TinyLife.World.Tile.Category
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: TinyLife/World/Tile.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Category
|
|
path: ../TinyLife/World/Tile.cs
|
|
startLine: 311
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: "\nA set of enumeration flags used by <xref href=\"TinyLife.World.Tile\" data-throw-if-not-resolved=\"false\"></xref> to determine a set of settings for it.\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[Flags]
|
|
|
|
public enum Tile.Category
|
|
content.vb: >-
|
|
<Flags>
|
|
|
|
Public Enum Tile.Category
|
|
extensionMethods:
|
|
- TinyLife.World.Tile.Category.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
attributes:
|
|
- type: System.FlagsAttribute
|
|
ctor: System.FlagsAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.World.Tile.Category.None
|
|
commentId: F:TinyLife.World.Tile.Category.None
|
|
id: None
|
|
parent: TinyLife.World.Tile.Category
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: None
|
|
nameWithType: Tile.Category.None
|
|
fullName: TinyLife.World.Tile.Category.None
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/World/Tile.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: None
|
|
path: ../TinyLife/World/Tile.cs
|
|
startLine: 317
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: "\nNo special categories.\n"
|
|
example: []
|
|
syntax:
|
|
content: None = 0
|
|
return:
|
|
type: TinyLife.World.Tile.Category
|
|
- uid: TinyLife.World.Tile.Category.Natural
|
|
commentId: F:TinyLife.World.Tile.Category.Natural
|
|
id: Natural
|
|
parent: TinyLife.World.Tile.Category
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Natural
|
|
nameWithType: Tile.Category.Natural
|
|
fullName: TinyLife.World.Tile.Category.Natural
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/World/Tile.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Natural
|
|
path: ../TinyLife/World/Tile.cs
|
|
startLine: 321
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: "\nA natural tile category, which refers to tiles that can hold plants, trees, etc.\n"
|
|
example: []
|
|
syntax:
|
|
content: Natural = 1
|
|
return:
|
|
type: TinyLife.World.Tile.Category
|
|
- uid: TinyLife.World.Tile.Category.Water
|
|
commentId: F:TinyLife.World.Tile.Category.Water
|
|
id: Water
|
|
parent: TinyLife.World.Tile.Category
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Water
|
|
nameWithType: Tile.Category.Water
|
|
fullName: TinyLife.World.Tile.Category.Water
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/World/Tile.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Water
|
|
path: ../TinyLife/World/Tile.cs
|
|
startLine: 325
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.World
|
|
summary: "\nA water tile category, which refers to tiles that are considered to be water.\n"
|
|
example: []
|
|
syntax:
|
|
content: Water = 2
|
|
return:
|
|
type: TinyLife.World.Tile.Category
|
|
references:
|
|
- uid: TinyLife.World.Tile
|
|
commentId: T:TinyLife.World.Tile
|
|
parent: TinyLife.World
|
|
name: Tile
|
|
nameWithType: Tile
|
|
fullName: TinyLife.World.Tile
|
|
- 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.World.Tile.Category.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<Category>(Category)
|
|
nameWithType: Extensions.JsonCopy<Tile.Category>(Tile.Category)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Tile.Category>(TinyLife.World.Tile.Category)
|
|
nameWithType.vb: Extensions.JsonCopy(Of Tile.Category)(Tile.Category)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Tile.Category)(TinyLife.World.Tile.Category)
|
|
name.vb: JsonCopy(Of Category)(Category)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Tile.Category)
|
|
name: JsonCopy
|
|
- name: <
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Tile.Category)
|
|
name: JsonCopy
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
- name: )
|
|
- 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.World.Tile.Category
|
|
commentId: T:TinyLife.World.Tile.Category
|
|
parent: TinyLife.World
|
|
name: Tile.Category
|
|
nameWithType: Tile.Category
|
|
fullName: TinyLife.World.Tile.Category
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
- name: .
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|
|
spec.vb:
|
|
- uid: TinyLife.World.Tile
|
|
name: Tile
|
|
- name: .
|
|
- uid: TinyLife.World.Tile.Category
|
|
name: Category
|