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
- 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
2022-12-20 13:25:03 +01:00
startLine : 309
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]
public enum Category
content.vb : >-
<Flags>
Public Enum Category
extensionMethods :
- TinyLife.World.Tile.Category.TinyLife.Utilities.Extensions.JsonCopy``1
attributes :
- type : System.FlagsAttribute
ctor : System.FlagsAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- enum
modifiers.vb :
- Public
- Enum
- 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
2022-12-20 13:25:03 +01:00
startLine : 315
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-12-20 13:25:03 +01:00
startLine : 319
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
2022-12-20 13:25:03 +01:00
startLine : 323
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
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
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
- 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<Tile.Category>()
nameWithType : Extensions.JsonCopy<Tile.Category>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Tile.Category>()
nameWithType.vb : Extensions.JsonCopy(Of Tile.Category)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Tile.Category)()
name.vb : JsonCopy(Of Tile.Category)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<Tile.Category>
nameWithType : Extensions.JsonCopy<Tile.Category>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Tile.Category>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of Tile.Category)
nameWithType : Extensions.JsonCopy(Of Tile.Category)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Tile.Category)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- 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<T>
nameWithType : Extensions.JsonCopy<T>
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy(Of T)
nameWithType : Extensions.JsonCopy(Of T)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- 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
- 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