TinyLifeWeb/docs/api/TinyLife.World.Tile.Category.yml

384 lines
11 KiB
YAML
Raw Normal View History

2022-09-05 14:19:42 +02:00
### 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
2023-10-11 16:05:32 +02:00
- TinyLife.World.Tile.Category.Road
- TinyLife.World.Tile.Category.ValidExitPoint
2022-09-05 14:19:42 +02:00
- 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
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: ../TinyLife/World/Tile.cs
2024-04-14 17:55:54 +02:00
startLine: 381
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A 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.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: >-
[Flags]
2023-03-30 18:07:55 +02:00
public enum Tile.Category
2022-09-05 14:19:42 +02:00
content.vb: >-
<Flags>
2023-03-30 18:07:55 +02:00
Public Enum Tile.Category
2022-09-05 14:19:42 +02:00
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
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: ../TinyLife/World/Tile.cs
2024-04-14 17:55:54 +02:00
startLine: 387
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: No special categories.
2022-09-05 14:19:42 +02:00
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
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Natural
path: ../TinyLife/World/Tile.cs
2024-04-14 17:55:54 +02:00
startLine: 391
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A natural tile category, which refers to tiles that can hold plants, trees, etc.
2022-09-05 14:19:42 +02:00
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
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Water
path: ../TinyLife/World/Tile.cs
2024-04-14 17:55:54 +02:00
startLine: 395
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A water tile category, which refers to tiles that are considered to be water.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: Water = 2
return:
type: TinyLife.World.Tile.Category
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Tile.Category.ValidExitPoint
commentId: F:TinyLife.World.Tile.Category.ValidExitPoint
id: ValidExitPoint
parent: TinyLife.World.Tile.Category
langs:
- csharp
- vb
name: ValidExitPoint
nameWithType: Tile.Category.ValidExitPoint
fullName: TinyLife.World.Tile.Category.ValidExitPoint
type: Field
source:
remote:
path: TinyLife/World/Tile.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidExitPoint
path: ../TinyLife/World/Tile.cs
2024-04-14 17:55:54 +02:00
startLine: 400
2023-10-11 16:05:32 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
A tile category for tiles that should create an exit point if placed at the border of a map.
Tiles of this category can be queried using <xref href="TinyLife.World.Map.GetExitPoints" data-throw-if-not-resolved="false"></xref>.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: ValidExitPoint = 4
return:
type: TinyLife.World.Tile.Category
- uid: TinyLife.World.Tile.Category.Road
commentId: F:TinyLife.World.Tile.Category.Road
id: Road
parent: TinyLife.World.Tile.Category
langs:
- csharp
- vb
name: Road
nameWithType: Tile.Category.Road
fullName: TinyLife.World.Tile.Category.Road
type: Field
source:
remote:
path: TinyLife/World/Tile.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Road
path: ../TinyLife/World/Tile.cs
2024-04-14 17:55:54 +02:00
startLine: 405
2023-10-11 16:05:32 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
A tile category for roads, which are tiles that automatically generate a road if placed with a width of five tiles.
Roads can be queried using <xref href="TinyLife.World.Map.GetRoads" data-throw-if-not-resolved="false"></xref>.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: Road = 8
return:
type: TinyLife.World.Tile.Category
2022-09-05 14:19:42 +02:00
references:
- uid: TinyLife.World.Tile
commentId: T:TinyLife.World.Tile
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
2022-09-05 14:19:42 +02:00
name: Tile
nameWithType: Tile
fullName: TinyLife.World.Tile
- uid: TinyLife.World
commentId: N:TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +02:00
- 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)
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<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)
2022-09-05 14:19:42 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Tile.Category)
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.World.Tile.Category
name: Category
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.Category.html
2023-03-30 18:07:55 +02:00
- name: '>'
2022-09-05 14:19:42 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.Tile.Category
name: Category
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.Category.html
2022-09-05 14:19:42 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Tile.Category)
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: " "
- uid: TinyLife.World.Tile.Category
name: Category
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.Category.html
2023-03-30 18:07:55 +02:00
- name: )
2022-09-05 14:19:42 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.Tile.Category
name: Category
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.Category.html
2022-09-05 14:19:42 +02:00
- name: )
- 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_
2022-09-05 14:19:42 +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: '>'
2022-09-05 14:19:42 +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: )
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Tile.Category
commentId: T:TinyLife.World.Tile.Category
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
2022-09-05 14:19:42 +02:00
name: Tile.Category
nameWithType: Tile.Category
fullName: TinyLife.World.Tile.Category
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.World.Tile
name: Tile
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World.Tile.Category
name: Category
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.Category.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.World.Tile
name: Tile
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World.Tile.Category
name: Category
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.Category.html
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Map.GetExitPoints
commentId: M:TinyLife.World.Map.GetExitPoints
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_GetExitPoints
2023-10-11 16:05:32 +02:00
name: GetExitPoints()
nameWithType: Map.GetExitPoints()
fullName: TinyLife.World.Map.GetExitPoints()
spec.csharp:
- uid: TinyLife.World.Map.GetExitPoints
name: GetExitPoints
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_GetExitPoints
2023-10-11 16:05:32 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Map.GetExitPoints
name: GetExitPoints
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_GetExitPoints
2023-10-11 16:05:32 +02:00
- name: (
- name: )
- uid: TinyLife.World.Map.GetRoads
commentId: M:TinyLife.World.Map.GetRoads
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_GetRoads
2023-10-11 16:05:32 +02:00
name: GetRoads()
nameWithType: Map.GetRoads()
fullName: TinyLife.World.Map.GetRoads()
spec.csharp:
- uid: TinyLife.World.Map.GetRoads
name: GetRoads
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_GetRoads
2023-10-11 16:05:32 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Map.GetRoads
name: GetRoads
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_GetRoads
2023-10-11 16:05:32 +02:00
- name: (
- name: )