2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.World.ExportedLot
commentId : T:TinyLife.World.ExportedLot
id : ExportedLot
parent : TinyLife.World
children :
2024-10-17 17:28:12 +02:00
- TinyLife.World.ExportedLot.AppliedMigrations
2021-08-04 06:51:12 +02:00
- TinyLife.World.ExportedLot.Area
2021-10-19 22:59:46 +02:00
- TinyLife.World.ExportedLot.ExportedVersion
2021-08-04 06:51:12 +02:00
- TinyLife.World.ExportedLot.Furniture
2023-01-16 12:24:01 +01:00
- TinyLife.World.ExportedLot.GetCoveredArea
2021-08-04 06:51:12 +02:00
- TinyLife.World.ExportedLot.GetPrice
2023-10-11 16:05:32 +02:00
- TinyLife.World.ExportedLot.OtherFloorTiles
2021-08-04 06:51:12 +02:00
- TinyLife.World.ExportedLot.Roofs
2023-10-11 16:05:32 +02:00
- TinyLife.World.ExportedLot.Stairs
2021-08-04 06:51:12 +02:00
- TinyLife.World.ExportedLot.Tiles
- TinyLife.World.ExportedLot.Type
2024-07-09 20:29:36 +02:00
- TinyLife.World.ExportedLot.ValidateForPreview(TinyLife.World.Map)
2023-10-11 16:05:32 +02:00
- TinyLife.World.ExportedLot.WallLikes
2021-08-04 06:51:12 +02:00
- TinyLife.World.ExportedLot.Walls
langs :
- csharp
- vb
name : ExportedLot
nameWithType : ExportedLot
fullName : TinyLife.World.ExportedLot
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : >-
An exported lot is all of the relevant data of a <xref href="TinyLife.World.Lot" data-throw-if-not-resolved="false"></xref> that should be exported to a file when clicking the "Export" button in the build menu.
To create an exported lot from a lot, use <xref href="TinyLife.World.Lot.Export" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataContract]
public class ExportedLot
content.vb : >-
<DataContract>
Public Class ExportedLot
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
inheritedMembers :
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.World.ExportedLot.TinyLife.Utilities.Extensions.JsonCopy``1
2024-10-17 17:28:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataContractAttribute
ctor : System.Runtime.Serialization.DataContractAttribute.#ctor
arguments : [ ]
2021-10-19 22:59:46 +02:00
- uid : TinyLife.World.ExportedLot.ExportedVersion
commentId : F:TinyLife.World.ExportedLot.ExportedVersion
id : ExportedVersion
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : ExportedVersion
nameWithType : ExportedLot.ExportedVersion
fullName : TinyLife.World.ExportedLot.ExportedVersion
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The game version that this lot was exported with
2021-10-20 11:18:22 +02:00
example : [ ]
2021-10-19 22:59:46 +02:00
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public string ExportedVersion
2021-10-19 22:59:46 +02:00
return :
type : System.String
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public ExportedVersion As String
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Area
commentId : F:TinyLife.World.ExportedLot.Area
id : Area
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Area
nameWithType : ExportedLot.Area
fullName : TinyLife.World.ExportedLot.Area
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The area that this lot covers in the world
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public Rectangle Area
2021-08-04 06:51:12 +02:00
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Rectangle
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public Area As Rectangle
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Type
commentId : F:TinyLife.World.ExportedLot.Type
id : Type
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Type
nameWithType : ExportedLot.Type
fullName : TinyLife.World.ExportedLot.Type
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : This lot's <xref href="TinyLife.World.LotType" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public LotType Type
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.World.LotType
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public Type As LotType
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Furniture
commentId : F:TinyLife.World.ExportedLot.Furniture
id : Furniture
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Furniture
nameWithType : ExportedLot.Furniture
fullName : TinyLife.World.ExportedLot.Furniture
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.World.ExportedLot.Furniture" data-throw-if-not-resolved="false"></xref> that is present on this lot
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public List<Furniture> Furniture
2021-08-04 06:51:12 +02:00
return :
type : System.Collections.Generic.List{TinyLife.Objects.Furniture}
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public Furniture As List(Of Furniture)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Walls
commentId : F:TinyLife.World.ExportedLot.Walls
id : Walls
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Walls
nameWithType : ExportedLot.Walls
fullName : TinyLife.World.ExportedLot.Walls
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The walls that are present on this lot
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : >-
2024-10-17 17:28:12 +02:00
[ DataMember]
2023-10-11 16:05:32 +02:00
[ Obsolete("Use the new WallLikes instead")]
public List<Wall> Walls
2021-08-04 06:51:12 +02:00
return :
type : System.Collections.Generic.List{TinyLife.World.Wall}
2023-10-11 16:05:32 +02:00
content.vb : >-
2024-10-17 17:28:12 +02:00
<DataMember>
2023-10-11 16:05:32 +02:00
<Obsolete("Use the new WallLikes instead")>
Public Walls As List(Of Wall)
attributes :
2024-10-17 17:28:12 +02:00
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-10-11 16:05:32 +02:00
- type : System.ObsoleteAttribute
ctor : System.ObsoleteAttribute.#ctor(System.String)
arguments :
- type : System.String
value : Use the new WallLikes instead
- uid : TinyLife.World.ExportedLot.WallLikes
commentId : F:TinyLife.World.ExportedLot.WallLikes
id : WallLikes
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : WallLikes
nameWithType : ExportedLot.WallLikes
fullName : TinyLife.World.ExportedLot.WallLikes
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The walls that are present on this lot.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public List<WallLike> WallLikes
2023-10-11 16:05:32 +02:00
return :
type : System.Collections.Generic.List{TinyLife.Objects.WallLike}
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public WallLikes As List(Of WallLike)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Roofs
commentId : F:TinyLife.World.ExportedLot.Roofs
id : Roofs
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Roofs
nameWithType : ExportedLot.Roofs
fullName : TinyLife.World.ExportedLot.Roofs
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The roofs that are present on this lot
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public List<Roof> Roofs
2021-08-04 06:51:12 +02:00
return :
type : System.Collections.Generic.List{TinyLife.World.Roof}
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public Roofs As List(Of Roof)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.ExportedLot.Stairs
commentId : F:TinyLife.World.ExportedLot.Stairs
id : Stairs
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Stairs
nameWithType : ExportedLot.Stairs
fullName : TinyLife.World.ExportedLot.Stairs
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The stairs that are present on this lot.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public List<Stairs> Stairs
2023-10-11 16:05:32 +02:00
return :
type : System.Collections.Generic.List{TinyLife.World.Stairs}
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public Stairs As List(Of Stairs)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Tiles
commentId : F:TinyLife.World.ExportedLot.Tiles
id : Tiles
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : Tiles
nameWithType : ExportedLot.Tiles
fullName : TinyLife.World.ExportedLot.Tiles
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The ground tiles of this lot
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public Tile[,] Tiles
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.World.Tile[,]
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public Tiles As Tile(,)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.ExportedLot.OtherFloorTiles
commentId : F:TinyLife.World.ExportedLot.OtherFloorTiles
id : OtherFloorTiles
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : OtherFloorTiles
nameWithType : ExportedLot.OtherFloorTiles
fullName : TinyLife.World.ExportedLot.OtherFloorTiles
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : A set of tiles on additional floors beside the ground floor. Note that array entries may contain <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> tiles.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
2024-10-17 17:28:12 +02:00
content : >-
[ DataMember]
public Dictionary<int, Tile[,]> OtherFloorTiles
2023-10-11 16:05:32 +02:00
return :
type : System.Collections.Generic.Dictionary{System.Int32,TinyLife.World.Tile[0:,0:]}
2024-10-17 17:28:12 +02:00
content.vb : >-
<DataMember>
Public OtherFloorTiles As Dictionary(Of Integer, Tile(,))
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.World.ExportedLot.AppliedMigrations
commentId : F:TinyLife.World.ExportedLot.AppliedMigrations
id : AppliedMigrations
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : AppliedMigrations
nameWithType : ExportedLot.AppliedMigrations
fullName : TinyLife.World.ExportedLot.AppliedMigrations
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
summary : >-
The set of names of the <xref href="TinyLife.Utilities.Migration" data-throw-if-not-resolved="false"></xref> instances that have already been applied to objects in this exported lot.
When a new exported lot is created, this collection is initialized with all migrations that exist, as new objects are expected to not need migration.
example : [ ]
syntax :
content : >-
[ JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public HashSet<string> AppliedMigrations
return :
type : System.Collections.Generic.HashSet{System.String}
content.vb : >-
<JsonProperty(DefaultValueHandling:=DefaultValueHandling.IgnoreAndPopulate)>
Public AppliedMigrations As HashSet(Of String)
attributes :
- type : Newtonsoft.Json.JsonPropertyAttribute
ctor : Newtonsoft.Json.JsonPropertyAttribute.#ctor
arguments : [ ]
namedArguments :
- name : DefaultValueHandling
type : Newtonsoft.Json.DefaultValueHandling
value : 3
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.GetPrice
commentId : M:TinyLife.World.ExportedLot.GetPrice
id : GetPrice
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : GetPrice()
nameWithType : ExportedLot.GetPrice()
fullName : TinyLife.World.ExportedLot.GetPrice()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : Returns this exported lot's current price, including the prices of all <xref href="TinyLife.World.ExportedLot.Furniture" data-throw-if-not-resolved="false"></xref> objects, <xref href="TinyLife.World.ExportedLot.WallLikes" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.World.ExportedLot.Roofs" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.ExportedLot.Tiles" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float GetPrice()
return :
type : System.Single
2024-01-07 16:53:47 +01:00
description : This exported lot's total price.
2023-03-30 18:07:55 +02:00
content.vb : Public Function GetPrice() As Single
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.ExportedLot.GetPrice*
2023-01-16 12:24:01 +01:00
- uid : TinyLife.World.ExportedLot.GetCoveredArea
commentId : M:TinyLife.World.ExportedLot.GetCoveredArea
id : GetCoveredArea
2021-08-04 06:51:12 +02:00
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
2023-01-16 12:24:01 +01:00
name : GetCoveredArea()
nameWithType : ExportedLot.GetCoveredArea()
fullName : TinyLife.World.ExportedLot.GetCoveredArea()
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : >-
2024-07-26 12:47:59 +02:00
Returns a <xref href="MLEM.Maths.RectangleF" data-throw-if-not-resolved="false"></xref> that represents the area that this lot actually covers.
2024-01-07 16:53:47 +01:00
The area covered by this lot is always bounded by its <xref href="TinyLife.World.ExportedLot.Area" data-throw-if-not-resolved="false"></xref>, but will be smaller if there are fewer objects on the lot.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-01-16 12:24:01 +01:00
content : public RectangleF GetCoveredArea()
2021-08-04 06:51:12 +02:00
return :
2024-07-26 12:47:59 +02:00
type : MLEM.Maths.RectangleF
2021-08-04 06:51:12 +02:00
description : The area that this lot covers
2023-03-30 18:07:55 +02:00
content.vb : Public Function GetCoveredArea() As RectangleF
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.ExportedLot.GetCoveredArea*
2024-07-09 20:29:36 +02:00
- uid : TinyLife.World.ExportedLot.ValidateForPreview(TinyLife.World.Map)
commentId : M:TinyLife.World.ExportedLot.ValidateForPreview(TinyLife.World.Map)
id : ValidateForPreview(TinyLife.World.Map)
parent : TinyLife.World.ExportedLot
langs :
- csharp
- vb
name : ValidateForPreview(Map)
nameWithType : ExportedLot.ValidateForPreview(Map)
fullName : TinyLife.World.ExportedLot.ValidateForPreview(TinyLife.World.Map)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-08-08 15:31:03 +02:00
summary : Validates this exported lot's content for preview purposes, for example for use with the <xref href="TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map%2cSystem.String%2cMicrosoft.Xna.Framework.Point%2cSystem.Single%2cMicrosoft.Xna.Framework.Color%2cSystem.Boolean%2cSystem.Func%7bSystem.String%2cTinyLife.World.ExportedLot%7d)" data-throw-if-not-resolved="false"></xref> method.
example : [ ]
2024-07-09 20:29:36 +02:00
syntax :
content : public void ValidateForPreview(Map map)
parameters :
- id : map
type : TinyLife.World.Map
2024-08-08 15:31:03 +02:00
description : The map to validate this exported lot for.
2024-07-09 20:29:36 +02:00
content.vb : Public Sub ValidateForPreview(map As Map)
overload : TinyLife.World.ExportedLot.ValidateForPreview*
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.World.Lot
commentId : T:TinyLife.World.Lot
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Lot.html
2021-08-04 06:51:12 +02:00
name : Lot
nameWithType : Lot
fullName : TinyLife.World.Lot
- uid : TinyLife.World.Lot.Export
commentId : M:TinyLife.World.Lot.Export
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Lot.html#TinyLife_World_Lot_Export
2023-03-30 18:07:55 +02:00
name : Export()
nameWithType : Lot.Export()
fullName : TinyLife.World.Lot.Export()
spec.csharp :
- uid : TinyLife.World.Lot.Export
name : Export
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Lot.html#TinyLife_World_Lot_Export
2023-03-30 18:07:55 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.World.Lot.Export
name : Export
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Lot.html#TinyLife_World_Lot_Export
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World
commentId : N : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2021-08-04 06:51:12 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.World.ExportedLot.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<ExportedLot>(ExportedLot)
nameWithType : Extensions.JsonCopy<ExportedLot>(ExportedLot)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.ExportedLot>(TinyLife.World.ExportedLot)
nameWithType.vb : Extensions.JsonCopy(Of ExportedLot)(ExportedLot)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.ExportedLot)(TinyLife.World.ExportedLot)
name.vb : JsonCopy(Of ExportedLot)(ExportedLot)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.ExportedLot)
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.ExportedLot
name : ExportedLot
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.World.ExportedLot
name : ExportedLot
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.ExportedLot)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.World.ExportedLot
name : ExportedLot
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.World.ExportedLot
name : ExportedLot
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
- 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_
2021-08-04 06:51:12 +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 : '>'
2021-08-04 06:51:12 +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 : )
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-10-19 22:59:46 +02:00
- uid : System.String
commentId : T:System.String
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : string
nameWithType : string
fullName : string
nameWithType.vb : String
fullName.vb : String
name.vb : String
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Rectangle
commentId : T:Microsoft.Xna.Framework.Rectangle
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : Rectangle
nameWithType : Rectangle
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Rectangle
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.LotType
commentId : T:TinyLife.World.LotType
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.LotType.html
2021-08-04 06:51:12 +02:00
name : LotType
nameWithType : LotType
fullName : TinyLife.World.LotType
- uid : TinyLife.World.ExportedLot.Furniture
commentId : F:TinyLife.World.ExportedLot.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_Furniture
2023-03-30 18:07:55 +02:00
name : Furniture
nameWithType : ExportedLot.Furniture
fullName : TinyLife.World.ExportedLot.Furniture
2021-08-04 06:51:12 +02:00
- uid : System.Collections.Generic.List{TinyLife.Objects.Furniture}
commentId : T:System.Collections.Generic.List{TinyLife.Objects.Furniture}
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name : List<Furniture>
nameWithType : List<Furniture>
fullName : System.Collections.Generic.List<TinyLife.Objects.Furniture>
nameWithType.vb : List(Of Furniture)
fullName.vb : System.Collections.Generic.List(Of TinyLife.Objects.Furniture)
name.vb : List(Of Furniture)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Collections.Generic.List`1
commentId : T:System.Collections.Generic.List`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name : List<T>
nameWithType : List<T>
fullName : System.Collections.Generic.List<T>
nameWithType.vb : List(Of T)
fullName.vb : System.Collections.Generic.List(Of T)
name.vb : List(Of T)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
2021-08-04 06:51:12 +02:00
- uid : System.Collections.Generic.List{TinyLife.World.Wall}
commentId : T:System.Collections.Generic.List{TinyLife.World.Wall}
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name : List<Wall>
nameWithType : List<Wall>
fullName : System.Collections.Generic.List<TinyLife.World.Wall>
nameWithType.vb : List(Of Wall)
fullName.vb : System.Collections.Generic.List(Of TinyLife.World.Wall)
name.vb : List(Of Wall)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name : <
- uid : TinyLife.World.Wall
name : Wall
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Wall
name : Wall
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html
2021-08-04 06:51:12 +02:00
- name : )
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.List{TinyLife.Objects.WallLike}
commentId : T:System.Collections.Generic.List{TinyLife.Objects.WallLike}
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<WallLike>
nameWithType : List<WallLike>
fullName : System.Collections.Generic.List<TinyLife.Objects.WallLike>
nameWithType.vb : List(Of WallLike)
fullName.vb : System.Collections.Generic.List(Of TinyLife.Objects.WallLike)
name.vb : List(Of WallLike)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : TinyLife.Objects.WallLike
name : WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.WallLike
name : WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : System.Collections.Generic.List{TinyLife.World.Roof}
commentId : T:System.Collections.Generic.List{TinyLife.World.Roof}
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name : List<Roof>
nameWithType : List<Roof>
fullName : System.Collections.Generic.List<TinyLife.World.Roof>
nameWithType.vb : List(Of Roof)
fullName.vb : System.Collections.Generic.List(Of TinyLife.World.Roof)
name.vb : List(Of Roof)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name : <
- uid : TinyLife.World.Roof
name : Roof
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Roof
name : Roof
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
- name : )
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.List{TinyLife.World.Stairs}
commentId : T:System.Collections.Generic.List{TinyLife.World.Stairs}
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<Stairs>
nameWithType : List<Stairs>
fullName : System.Collections.Generic.List<TinyLife.World.Stairs>
nameWithType.vb : List(Of Stairs)
fullName.vb : System.Collections.Generic.List(Of TinyLife.World.Stairs)
name.vb : List(Of Stairs)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : TinyLife.World.Stairs
name : Stairs
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Stairs.html
2023-10-11 16:05:32 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.World.Stairs
name : Stairs
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Stairs.html
2023-10-11 16:05:32 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Tile[,]
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Tile.html
2021-08-04 06:51:12 +02:00
name : Tile[,]
nameWithType : Tile[,]
fullName : TinyLife.World.Tile[,]
nameWithType.vb : Tile(,)
fullName.vb : TinyLife.World.Tile(,)
name.vb : Tile(,)
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 : '['
- name : ','
- name : ']'
2021-08-04 06:51:12 +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 : (
- name : ','
- name : )
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.Dictionary{System.Int32,TinyLife.World.Tile[0:,0:]}
commentId : T:System.Collections.Generic.Dictionary{System.Int32,TinyLife.World.Tile[0:,0:]}
parent : System.Collections.Generic
definition : System.Collections.Generic.Dictionary`2
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name : Dictionary<int, Tile[,]>
nameWithType : Dictionary<int, Tile[,]>
fullName : System.Collections.Generic.Dictionary<int, TinyLife.World.Tile[,]>
nameWithType.vb : Dictionary(Of Integer, Tile(,))
fullName.vb : System.Collections.Generic.Dictionary(Of Integer, TinyLife.World.Tile(,))
name.vb : Dictionary(Of Integer, Tile(,))
spec.csharp :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : <
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : TinyLife.World.Tile
name : Tile
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Tile.html
2023-10-11 16:05:32 +02:00
- name : '['
- name : ','
- name : ']'
- name : '>'
spec.vb :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : (
- name : Of
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : TinyLife.World.Tile
name : Tile
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Tile.html
2023-10-11 16:05:32 +02:00
- name : (
- name : ','
- name : )
- name : )
- uid : System.Collections.Generic.Dictionary`2
commentId : T:System.Collections.Generic.Dictionary`2
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name : Dictionary<TKey, TValue>
nameWithType : Dictionary<TKey, TValue>
fullName : System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb : Dictionary(Of TKey, TValue)
fullName.vb : System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb : Dictionary(Of TKey, TValue)
spec.csharp :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : <
- name : TKey
- name : ','
- name : " "
- name : TValue
- name : '>'
spec.vb :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : (
- name : Of
- name : " "
- name : TKey
- name : ','
- name : " "
- name : TValue
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.Migration
commentId : T:TinyLife.Utilities.Migration
parent : TinyLife.Utilities
href : TinyLife.Utilities.Migration.html
name : Migration
nameWithType : Migration
fullName : TinyLife.Utilities.Migration
- uid : System.Collections.Generic.HashSet{System.String}
commentId : T:System.Collections.Generic.HashSet{System.String}
parent : System.Collections.Generic
definition : System.Collections.Generic.HashSet`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
name : HashSet<string>
nameWithType : HashSet<string>
fullName : System.Collections.Generic.HashSet<string>
nameWithType.vb : HashSet(Of String)
fullName.vb : System.Collections.Generic.HashSet(Of String)
name.vb : HashSet(Of String)
spec.csharp :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name : <
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : '>'
spec.vb :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name : (
- name : Of
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
- uid : System.Collections.Generic.HashSet`1
commentId : T:System.Collections.Generic.HashSet`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
name : HashSet<T>
nameWithType : HashSet<T>
fullName : System.Collections.Generic.HashSet<T>
nameWithType.vb : HashSet(Of T)
fullName.vb : System.Collections.Generic.HashSet(Of T)
name.vb : HashSet(Of T)
spec.csharp :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name : (
- name : Of
- name : " "
- name : T
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.ExportedLot.WallLikes
commentId : F:TinyLife.World.ExportedLot.WallLikes
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_WallLikes
2023-10-11 16:05:32 +02:00
name : WallLikes
nameWithType : ExportedLot.WallLikes
fullName : TinyLife.World.ExportedLot.WallLikes
2023-05-26 15:16:22 +02:00
- uid : TinyLife.World.ExportedLot.Roofs
commentId : F:TinyLife.World.ExportedLot.Roofs
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_Roofs
2023-05-26 15:16:22 +02:00
name : Roofs
nameWithType : ExportedLot.Roofs
fullName : TinyLife.World.ExportedLot.Roofs
- uid : TinyLife.World.ExportedLot.Tiles
commentId : F:TinyLife.World.ExportedLot.Tiles
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_Tiles
2023-05-26 15:16:22 +02:00
name : Tiles
nameWithType : ExportedLot.Tiles
fullName : TinyLife.World.ExportedLot.Tiles
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.GetPrice*
commentId : Overload:TinyLife.World.ExportedLot.GetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_GetPrice
2021-08-04 06:51:12 +02:00
name : GetPrice
nameWithType : ExportedLot.GetPrice
fullName : TinyLife.World.ExportedLot.GetPrice
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
commentId : T:MLEM.Maths.RectangleF
parent : MLEM.Maths
2021-08-04 06:51:12 +02:00
isExternal : true
name : RectangleF
nameWithType : RectangleF
2024-07-26 12:47:59 +02:00
fullName : MLEM.Maths.RectangleF
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.Area
commentId : F:TinyLife.World.ExportedLot.Area
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_Area
2023-03-30 18:07:55 +02:00
name : Area
nameWithType : ExportedLot.Area
fullName : TinyLife.World.ExportedLot.Area
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.ExportedLot.GetCoveredArea*
commentId : Overload:TinyLife.World.ExportedLot.GetCoveredArea
2024-01-07 16:53:47 +01:00
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_GetCoveredArea
2021-08-04 06:51:12 +02:00
name : GetCoveredArea
nameWithType : ExportedLot.GetCoveredArea
fullName : TinyLife.World.ExportedLot.GetCoveredArea
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
commentId : N : MLEM.Maths
2021-08-04 06:51:12 +02:00
isExternal : true
2024-07-26 12:47:59 +02:00
name : MLEM.Maths
nameWithType : MLEM.Maths
fullName : MLEM.Maths
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
name : Maths
2023-03-30 18:07:55 +02:00
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
name : Maths
2023-03-30 18:07:55 +02:00
isExternal : true
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map,System.String,Microsoft.Xna.Framework.Point,System.Single,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{System.String,TinyLife.World.ExportedLot})
commentId : M:TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map,System.String,Microsoft.Xna.Framework.Point,System.Single,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{System.String,TinyLife.World.ExportedLot})
isExternal : true
href : TinyLife.Uis.Menus.html#TinyLife_Uis_Menus_CreateLotPreview_TinyLife_World_Map_System_String_Microsoft_Xna_Framework_Point_System_Single_Microsoft_Xna_Framework_Color_System_Boolean_System_Func_System_String_TinyLife_World_ExportedLot__
name : CreateLotPreview(Map, string, Point, float, Color, bool, Func<string, ExportedLot>)
nameWithType : Menus.CreateLotPreview(Map, string, Point, float, Color, bool, Func<string, ExportedLot>)
fullName : TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map, string, Microsoft.Xna.Framework.Point, float, Microsoft.Xna.Framework.Color, bool, System.Func<string, TinyLife.World.ExportedLot>)
nameWithType.vb : Menus.CreateLotPreview(Map, String, Point, Single, Color, Boolean, Func(Of String, ExportedLot))
fullName.vb : TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map, String, Microsoft.Xna.Framework.Point, Single, Microsoft.Xna.Framework.Color, Boolean, System.Func(Of String, TinyLife.World.ExportedLot))
name.vb : CreateLotPreview(Map, String, Point, Single, Color, Boolean, Func(Of String, ExportedLot))
spec.csharp :
- uid : TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map,System.String,Microsoft.Xna.Framework.Point,System.Single,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{System.String,TinyLife.World.ExportedLot})
name : CreateLotPreview
href : TinyLife.Uis.Menus.html#TinyLife_Uis_Menus_CreateLotPreview_TinyLife_World_Map_System_String_Microsoft_Xna_Framework_Point_System_Single_Microsoft_Xna_Framework_Color_System_Boolean_System_Func_System_String_TinyLife_World_ExportedLot__
- name : (
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
- name : ','
- name : " "
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : TinyLife.World.ExportedLot
name : ExportedLot
href : TinyLife.World.ExportedLot.html
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map,System.String,Microsoft.Xna.Framework.Point,System.Single,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{System.String,TinyLife.World.ExportedLot})
name : CreateLotPreview
href : TinyLife.Uis.Menus.html#TinyLife_Uis_Menus_CreateLotPreview_TinyLife_World_Map_System_String_Microsoft_Xna_Framework_Point_System_Single_Microsoft_Xna_Framework_Color_System_Boolean_System_Func_System_String_TinyLife_World_ExportedLot__
- name : (
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
- name : ','
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : TinyLife.World.ExportedLot
name : ExportedLot
href : TinyLife.World.ExportedLot.html
- name : )
- name : )
2024-07-09 20:29:36 +02:00
- uid : TinyLife.World.ExportedLot.ValidateForPreview*
commentId : Overload:TinyLife.World.ExportedLot.ValidateForPreview
href : TinyLife.World.ExportedLot.html#TinyLife_World_ExportedLot_ValidateForPreview_TinyLife_World_Map_
name : ValidateForPreview
nameWithType : ExportedLot.ValidateForPreview
fullName : TinyLife.World.ExportedLot.ValidateForPreview
- uid : TinyLife.World.Map
commentId : T:TinyLife.World.Map
parent : TinyLife.World
href : TinyLife.World.Map.html
name : Map
nameWithType : Map
fullName : TinyLife.World.Map