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-10-11 16:05:32 +02: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
2023-11-05 20:57:09 +01:00
startLine : 367
2022-09-05 14:19:42 +02:00
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]
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-10-11 16:05:32 +02: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
2023-11-05 20:57:09 +01:00
startLine : 373
2022-09-05 14:19:42 +02:00
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
2023-10-11 16:05:32 +02: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
2023-11-05 20:57:09 +01:00
startLine : 377
2022-09-05 14:19:42 +02:00
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
2023-10-11 16:05:32 +02: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
2023-11-05 20:57:09 +01:00
startLine : 381
2022-09-05 14:19:42 +02:00
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
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
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : ValidExitPoint
path : ../TinyLife/World/Tile.cs
2023-11-05 20:57:09 +01:00
startLine : 386
2023-10-11 16:05:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
summary : "\nA tile category for tiles that should create an exit point if placed at the border of a map.\nTiles of this category can be queried using <xref href=\"TinyLife.World.Map.GetExitPoints\" data-throw-if-not-resolved=\"false\"></xref>.\n"
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
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Road
path : ../TinyLife/World/Tile.cs
2023-11-05 20:57:09 +01:00
startLine : 391
2023-10-11 16:05:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
summary : "\nA tile category for roads, which are tiles that automatically generate a road if placed with a width of five tiles.\nRoads can be queried using <xref href=\"TinyLife.World.Map.GetRoads\" data-throw-if-not-resolved=\"false\"></xref>.\n"
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
name : Tile
nameWithType : Tile
fullName : TinyLife.World.Tile
- 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
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)
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
- name : <
- uid : TinyLife.World.Tile.Category
name : Category
- 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
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
- name : (
- name : Of
- name : " "
- uid : TinyLife.World.Tile.Category
name : Category
- 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
2022-09-05 14:19:42 +02:00
- 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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- 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
- 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
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
2022-09-05 14:19:42 +02:00
- 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
2023-03-30 18:07:55 +02:00
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
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Map.GetExitPoints
commentId : M:TinyLife.World.Map.GetExitPoints
name : GetExitPoints()
nameWithType : Map.GetExitPoints()
fullName : TinyLife.World.Map.GetExitPoints()
spec.csharp :
- uid : TinyLife.World.Map.GetExitPoints
name : GetExitPoints
- name : (
- name : )
spec.vb :
- uid : TinyLife.World.Map.GetExitPoints
name : GetExitPoints
- name : (
- name : )
- uid : TinyLife.World.Map.GetRoads
commentId : M:TinyLife.World.Map.GetRoads
name : GetRoads()
nameWithType : Map.GetRoads()
fullName : TinyLife.World.Map.GetRoads()
spec.csharp :
- uid : TinyLife.World.Map.GetRoads
name : GetRoads
- name : (
- name : )
spec.vb :
- uid : TinyLife.World.Map.GetRoads
name : GetRoads
- name : (
- name : )