2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.World.Wall
commentId : T:TinyLife.World.Wall
id : Wall
parent : TinyLife.World
children :
2023-10-11 16:05:32 +02:00
- TinyLife.World.Wall.#ctor(System.Int32,Microsoft.Xna.Framework.Point[])
- TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Wall.GetDisplayMode
- TinyLife.World.Wall.GetPrice
- TinyLife.World.Wall.IsDown
2023-10-11 16:05:32 +02:00
- TinyLife.World.Wall.OnAdded(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Wall.Price
2022-05-24 13:36:05 +02:00
- TinyLife.World.Wall.Validate(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Wall.Wallpapers
langs :
- csharp
- vb
name : Wall
nameWithType : Wall
fullName : TinyLife.World.Wall
type : Class
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Wall
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-10-11 16:05:32 +02:00
startLine : 11
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : A wall is an element of a <xref href="TinyLife.World.Map" data-throw-if-not-resolved="false"></xref> that stops traversal and that has a <xref href="TinyLife.World.Wallpaper" data-throw-if-not-resolved="false"></xref> and optionally an <xref href="TinyLife.World.Opening" data-throw-if-not-resolved="false"></xref> attached to it.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content: 'public class Wall : WallLike, IGenericDataHolder'
content.vb : Public Class Wall Inherits WallLike Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.WallLike
2021-08-04 06:51:12 +02:00
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.WallLike.Positions
- TinyLife.Objects.WallLike.Floor
- TinyLife.Objects.WallLike.IsStatic
- TinyLife.Objects.WallLike.Opening
2023-10-18 17:54:32 +02:00
- TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.Person)
- TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
- TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
- TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map,TinyLife.Objects.WallLike)
- TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
- TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
- TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
- TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
- TinyLife.Objects.WallLike.IsVerticalForCamera(System.Boolean)
- TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- 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.Wall.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.World.Wall.Price
commentId : F:TinyLife.World.Wall.Price
id : Price
parent : TinyLife.World.Wall
langs :
- csharp
- vb
name : Price
nameWithType : Wall.Price
fullName : TinyLife.World.Wall.Price
type : Field
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Price
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-10-11 16:05:32 +02:00
startLine : 16
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The price of building a single wall element
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public const int Price = 125
return :
type : System.Int32
content.vb : Public Const Price As Integer = 125
- uid : TinyLife.World.Wall.Wallpapers
commentId : F:TinyLife.World.Wall.Wallpapers
id : Wallpapers
parent : TinyLife.World.Wall
langs :
- csharp
- vb
name : Wallpapers
nameWithType : Wall.Wallpapers
fullName : TinyLife.World.Wall.Wallpapers
type : Field
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Wallpapers
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-10-11 16:05:32 +02:00
startLine : 22
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : The two wallpapers attached to this <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref>, on either one of its sides
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly Wallpaper[] Wallpapers
return :
type : TinyLife.World.Wallpaper[]
content.vb : >-
<DataMember>
Public ReadOnly Wallpapers As Wallpaper()
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall.#ctor(System.Int32,Microsoft.Xna.Framework.Point[])
commentId : M:TinyLife.World.Wall.#ctor(System.Int32,Microsoft.Xna.Framework.Point[])
id : '#ctor(System.Int32,Microsoft.Xna.Framework.Point[])'
2021-08-04 06:51:12 +02:00
parent : TinyLife.World.Wall
langs :
- csharp
- vb
2023-10-11 16:05:32 +02:00
name : Wall(int, params Point[])
nameWithType : Wall.Wall(int, params Point[])
fullName : TinyLife.World.Wall.Wall(int, params Microsoft.Xna.Framework.Point[])
2021-08-04 06:51:12 +02:00
type : Constructor
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-10-30 11:03:04 +01:00
startLine : 33
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : Creates a new wall at the given position, with the implicitly given verticality
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public Wall(int floor, params Point[] positions)
2021-08-04 06:51:12 +02:00
parameters :
2023-10-11 16:05:32 +02:00
- id : floor
type : System.Int32
description : The floor that this wall is on.
2021-08-04 06:51:12 +02:00
- id : positions
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Point[]
2021-08-04 06:51:12 +02:00
description : The positions that the wall should be placed between
2023-10-11 16:05:32 +02:00
content.vb : Public Sub New(floor As Integer, ParamArray positions As Point())
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.Wall.#ctor*
2023-10-11 16:05:32 +02:00
nameWithType.vb : Wall.New(Integer, ParamArray Point())
fullName.vb : TinyLife.World.Wall.New(Integer, ParamArray Microsoft.Xna.Framework.Point())
name.vb : New(Integer, ParamArray Point())
- uid : TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
commentId : M:TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
id : Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.World.Wall
langs :
- csharp
- vb
2023-10-11 16:05:32 +02:00
name : Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool)
nameWithType : Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool)
fullName : TinyLife.World.Wall.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, bool, bool)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Draw
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-10-30 11:03:04 +01:00
startLine : 38
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : Draws this wall in the world, along with its <xref href="TinyLife.Objects.WallLike.Opening" data-throw-if-not-resolved="false"></xref> and potentially <xref href="TinyLife.World.Wall.Wallpapers" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Objects.FenceWall.Type" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public override void Draw(Map map, GameTime time, SpriteBatch batch, Vector2 drawPos, Color? overrideColor = null, bool drawOpening = true, bool isInWorld = true)
2021-08-04 06:51:12 +02:00
parameters :
- id : map
type : TinyLife.World.Map
description : The map to draw this wall on
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
description : The game time
- id : batch
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
description : The sprite batch to draw with
- id : drawPos
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
description : The position to draw the wall at, in draw space
- id : overrideColor
2022-09-05 14:19:42 +02:00
type : System.Nullable{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
description : A color that this object should be rendered with, instead of its default color
2023-10-11 16:05:32 +02:00
- id : drawOpening
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether this wall-like object's <xref href="TinyLife.Objects.WallLike.Opening" data-throw-if-not-resolved="false"></xref> should be drawn.
2023-10-11 16:05:32 +02:00
- id : isInWorld
type : System.Boolean
description : Whether this wall-like object is currently in the world, or just a preview.
content.vb : Public Overrides Sub Draw(map As Map, time As GameTime, batch As SpriteBatch, drawPos As Vector2, overrideColor As Color? = Nothing, drawOpening As Boolean = True, isInWorld As Boolean = True)
overridden : TinyLife.Objects.WallLike.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.Wall.Draw*
2023-10-11 16:05:32 +02:00
nameWithType.vb : Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, Boolean, Boolean)
fullName.vb : TinyLife.World.Wall.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, Boolean, Boolean)
name.vb : Draw(Map, GameTime, SpriteBatch, Vector2, Color?, Boolean, Boolean)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Wall.IsDown
commentId : M:TinyLife.World.Wall.IsDown
id : IsDown
parent : TinyLife.World.Wall
langs :
- csharp
- vb
name : IsDown()
nameWithType : Wall.IsDown()
fullName : TinyLife.World.Wall.IsDown()
type : Method
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : IsDown
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-11-04 19:27:38 +01:00
startLine : 53
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : >-
Returns whether this wall should be rendered with a lower height than its actual height.
If this value returns true, <xref href="TinyLife.World.Wall.Draw(TinyLife.World.Map%2cMicrosoft.Xna.Framework.GameTime%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Color%7d%2cSystem.Boolean%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> only draws the first 5 or so pixels of the wall to allow for a simple view of what is behind the wall.
This value is based on the lot visibility, the <xref href="TinyLife.Options.WallMode" data-throw-if-not-resolved="false"></xref> and more.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public bool IsDown()
return :
type : System.Boolean
description : Whether the wall should be rendered down
2023-03-30 18:07:55 +02:00
content.vb : Public Function IsDown() As Boolean
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.Wall.IsDown*
- uid : TinyLife.World.Wall.GetDisplayMode
commentId : M:TinyLife.World.Wall.GetDisplayMode
id : GetDisplayMode
parent : TinyLife.World.Wall
langs :
- csharp
- vb
name : GetDisplayMode()
nameWithType : Wall.GetDisplayMode()
fullName : TinyLife.World.Wall.GetDisplayMode()
type : Method
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GetDisplayMode
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-11-04 19:27:38 +01:00
startLine : 68
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : >-
Returns the <xref href="TinyLife.World.WallMode" data-throw-if-not-resolved="false"></xref> that this wall should be rendered with.
If the <xref href="TinyLife.World.Opening" data-throw-if-not-resolved="false"></xref> is nonnull, its <xref href="TinyLife.World.OpeningType.WallMode" data-throw-if-not-resolved="false"></xref> is returned.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public WallMode GetDisplayMode()
return :
type : TinyLife.World.WallMode
description : The wall mode
2023-03-30 18:07:55 +02:00
content.vb : Public Function GetDisplayMode() As WallMode
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.Wall.GetDisplayMode*
- uid : TinyLife.World.Wall.GetPrice
commentId : M:TinyLife.World.Wall.GetPrice
id : GetPrice
parent : TinyLife.World.Wall
langs :
- csharp
- vb
name : GetPrice()
nameWithType : Wall.GetPrice()
fullName : TinyLife.World.Wall.GetPrice()
type : Method
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GetPrice
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-11-04 19:27:38 +01:00
startLine : 73
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : Returns the price for this wall, including its <xref href="TinyLife.Objects.WallLike.Opening" data-throw-if-not-resolved="false"></xref> as well as its <xref href="TinyLife.World.Wall.Wallpapers" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Objects.FenceWall.Type" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public override float GetPrice()
2021-08-04 06:51:12 +02:00
return :
type : System.Single
2023-07-20 14:27:20 +02:00
description : The price.
2023-10-11 16:05:32 +02:00
content.vb : Public Overrides Function GetPrice() As Single
overridden : TinyLife.Objects.WallLike.GetPrice
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.Wall.GetPrice*
2022-05-24 13:36:05 +02:00
- uid : TinyLife.World.Wall.Validate(TinyLife.World.Map)
commentId : M:TinyLife.World.Wall.Validate(TinyLife.World.Map)
id : Validate(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
parent : TinyLife.World.Wall
langs :
- csharp
- vb
2022-05-24 13:36:05 +02:00
name : Validate(Map)
nameWithType : Wall.Validate(Map)
fullName : TinyLife.World.Wall.Validate(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Validate
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-11-04 19:27:38 +01:00
startLine : 87
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : This method is called when this object is loaded from disk.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public override bool Validate(Map map)
2022-05-24 13:36:05 +02:00
parameters :
- id : map
type : TinyLife.World.Map
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
description : false if the object is not valid, true otherwise
2023-10-11 16:05:32 +02:00
content.vb : Public Overrides Function Validate(map As Map) As Boolean
overridden : TinyLife.Objects.WallLike.Validate(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
overload : TinyLife.World.Wall.Validate*
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall.OnAdded(TinyLife.World.Map)
commentId : M:TinyLife.World.Wall.OnAdded(TinyLife.World.Map)
id : OnAdded(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
parent : TinyLife.World.Wall
langs :
- csharp
- vb
2023-10-11 16:05:32 +02:00
name : OnAdded(Map)
nameWithType : Wall.OnAdded(Map)
fullName : TinyLife.World.Wall.OnAdded(TinyLife.World.Map)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/World/Wall.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2023-10-11 16:05:32 +02:00
id : OnAdded
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Wall.cs
2023-11-04 19:27:38 +01:00
startLine : 96
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : >-
Called when this wall is added to the given <code class="paramref">map</code>.
By default, this method marks surrounding locations dirty for pathfinding and calls <xref href="TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public override void OnAdded(Map map)
2021-08-04 06:51:12 +02:00
parameters :
2023-07-20 14:27:20 +02:00
- id : map
type : TinyLife.World.Map
2023-10-11 16:05:32 +02:00
description : The map.
content.vb : Public Overrides Sub OnAdded(map As Map)
overridden : TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
overload : TinyLife.World.Wall.OnAdded*
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.World.Map
commentId : T:TinyLife.World.Map
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
name : Map
nameWithType : Map
fullName : TinyLife.World.Map
- uid : TinyLife.World.Wallpaper
commentId : T:TinyLife.World.Wallpaper
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wallpaper.html
2021-08-04 06:51:12 +02:00
name : Wallpaper
nameWithType : Wallpaper
fullName : TinyLife.World.Wallpaper
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Opening
commentId : T:TinyLife.World.Opening
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Opening.html
2023-03-30 18:07:55 +02:00
name : Opening
2023-10-11 16:05:32 +02:00
nameWithType : Opening
fullName : TinyLife.World.Opening
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-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId : T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent : MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal : true
2021-11-23 16:24:04 +01:00
name : JsonTypeSafeGenericDataHolder
nameWithType : JsonTypeSafeGenericDataHolder
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike
commentId : T:TinyLife.Objects.WallLike
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
name : WallLike
nameWithType : WallLike
fullName : TinyLife.Objects.WallLike
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Positions
commentId : F:TinyLife.Objects.WallLike.Positions
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Positions
2023-10-11 16:05:32 +02:00
name : Positions
nameWithType : WallLike.Positions
fullName : TinyLife.Objects.WallLike.Positions
- uid : TinyLife.Objects.WallLike.Floor
commentId : F:TinyLife.Objects.WallLike.Floor
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Floor
2023-10-11 16:05:32 +02:00
name : Floor
nameWithType : WallLike.Floor
fullName : TinyLife.Objects.WallLike.Floor
- uid : TinyLife.Objects.WallLike.IsStatic
commentId : F:TinyLife.Objects.WallLike.IsStatic
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsStatic
2023-10-11 16:05:32 +02:00
name : IsStatic
nameWithType : WallLike.IsStatic
fullName : TinyLife.Objects.WallLike.IsStatic
- uid : TinyLife.Objects.WallLike.Opening
commentId : P:TinyLife.Objects.WallLike.Opening
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Opening
2023-10-11 16:05:32 +02:00
name : Opening
nameWithType : WallLike.Opening
fullName : TinyLife.Objects.WallLike.Opening
2023-10-18 17:54:32 +02:00
- uid : TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
commentId : M:TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnRemoved_TinyLife_World_Map_
2023-10-18 17:54:32 +02:00
name : OnRemoved(Map)
nameWithType : WallLike.OnRemoved(Map)
fullName : TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
spec.csharp :
- uid : TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
name : OnRemoved
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnRemoved_TinyLife_World_Map_
2023-10-18 17:54:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-18 17:54:32 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
name : OnRemoved
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnRemoved_TinyLife_World_Map_
2023-10-18 17:54:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-18 17:54:32 +02:00
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.Person)
commentId : M:TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.Person)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_Person_
2023-10-11 16:05:32 +02:00
name : GetFreeActionSpotInfo(Map, Person)
nameWithType : WallLike.GetFreeActionSpotInfo(Map, Person)
fullName : TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map, TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.Person)
name : GetFreeActionSpotInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_Person_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.Person)
name : GetFreeActionSpotInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_Person_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2023-10-11 16:05:32 +02:00
- name : )
- uid : TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
commentId : M:TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_SetOpening_TinyLife_World_Map_TinyLife_World_Opening_
2023-10-11 16:05:32 +02:00
name : SetOpening(Map, Opening)
nameWithType : WallLike.SetOpening(Map, Opening)
fullName : TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map, TinyLife.World.Opening)
spec.csharp :
- uid : TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
name : SetOpening
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_SetOpening_TinyLife_World_Map_TinyLife_World_Opening_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : TinyLife.World.Opening
name : Opening
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Opening.html
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
name : SetOpening
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_SetOpening_TinyLife_World_Map_TinyLife_World_Opening_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : TinyLife.World.Opening
name : Opening
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Opening.html
2023-10-11 16:05:32 +02:00
- name : )
- uid : TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
commentId : M:TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_NotifyNeighbors_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
name : NotifyNeighbors(Map)
nameWithType : WallLike.NotifyNeighbors(Map)
fullName : TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
spec.csharp :
- uid : TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
name : NotifyNeighbors
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_NotifyNeighbors_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
name : NotifyNeighbors
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_NotifyNeighbors_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : )
- uid : TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map,TinyLife.Objects.WallLike)
commentId : M:TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map,TinyLife.Objects.WallLike)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnNeighborChanged_TinyLife_World_Map_TinyLife_Objects_WallLike_
2023-10-11 16:05:32 +02:00
name : OnNeighborChanged(Map, WallLike)
nameWithType : WallLike.OnNeighborChanged(Map, WallLike)
fullName : TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map, TinyLife.Objects.WallLike)
spec.csharp :
- uid : TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map,TinyLife.Objects.WallLike)
name : OnNeighborChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnNeighborChanged_TinyLife_World_Map_TinyLife_Objects_WallLike_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- 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 : TinyLife.Objects.WallLike.OnNeighborChanged(TinyLife.World.Map,TinyLife.Objects.WallLike)
name : OnNeighborChanged
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnNeighborChanged_TinyLife_World_Map_TinyLife_Objects_WallLike_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- 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 : )
- uid : TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
commentId : M:TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
parent : TinyLife.Objects.WallLike
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetDepth_TinyLife_World_Map_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_System_Int32_System_Single_
2023-10-11 16:05:32 +02:00
name : GetDepth(Map, Point, Point, int, float)
nameWithType : WallLike.GetDepth(Map, Point, Point, int, float)
fullName : TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, int, float)
nameWithType.vb : WallLike.GetDepth(Map, Point, Point, Integer, Single)
fullName.vb : TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point, Integer, Single)
name.vb : GetDepth(Map, Point, Point, Integer, Single)
spec.csharp :
- uid : TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
name : GetDepth
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetDepth_TinyLife_World_Map_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_System_Int32_System_Single_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
name : GetDepth
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetDepth_TinyLife_World_Map_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_System_Int32_System_Single_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
- uid : TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
parent : TinyLife.Objects.WallLike
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetIndexForCamera_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
name : GetIndexForCamera(Point, Point)
nameWithType : WallLike.GetIndexForCamera(Point, Point)
fullName : TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : GetIndexForCamera
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetIndexForCamera_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : GetIndexForCamera
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetIndexForCamera_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
- uid : TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
parent : TinyLife.Objects.WallLike
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetPositionForCamera_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
name : GetPositionForCamera(Point, Point)
nameWithType : WallLike.GetPositionForCamera(Point, Point)
fullName : TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : GetPositionForCamera
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetPositionForCamera_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : GetPositionForCamera
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetPositionForCamera_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
- uid : TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
parent : TinyLife.Objects.WallLike
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetCenterBottomPos_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
name : GetCenterBottomPos(Point, Point)
nameWithType : WallLike.GetCenterBottomPos(Point, Point)
fullName : TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : GetCenterBottomPos
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetCenterBottomPos_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : GetCenterBottomPos
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetCenterBottomPos_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
- uid : TinyLife.Objects.WallLike.IsVerticalForCamera(System.Boolean)
commentId : M:TinyLife.Objects.WallLike.IsVerticalForCamera(System.Boolean)
parent : TinyLife.Objects.WallLike
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsVerticalForCamera_System_Boolean_
2023-10-11 16:05:32 +02:00
name : IsVerticalForCamera(bool)
nameWithType : WallLike.IsVerticalForCamera(bool)
fullName : TinyLife.Objects.WallLike.IsVerticalForCamera(bool)
nameWithType.vb : WallLike.IsVerticalForCamera(Boolean)
fullName.vb : TinyLife.Objects.WallLike.IsVerticalForCamera(Boolean)
name.vb : IsVerticalForCamera(Boolean)
spec.csharp :
- uid : TinyLife.Objects.WallLike.IsVerticalForCamera(System.Boolean)
name : IsVerticalForCamera
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsVerticalForCamera_System_Boolean_
2023-10-11 16:05:32 +02:00
- name : (
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.IsVerticalForCamera(System.Boolean)
name : IsVerticalForCamera
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsVerticalForCamera_System_Boolean_
2023-10-11 16:05:32 +02:00
- name : (
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
parent : TinyLife.Objects.WallLike
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsVertical_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
name : IsVertical(Point, Point)
nameWithType : WallLike.IsVertical(Point, Point)
fullName : TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : IsVertical
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsVertical_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.IsVertical(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
name : IsVertical
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_IsVertical_Microsoft_Xna_Framework_Point_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData(string, object)
nameWithType : JsonTypeSafeGenericDataHolder.SetData(string, object)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
name.vb : SetData(String, Object)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name : SetData
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
- 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 :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name : SetData
isExternal : true
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- 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 : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
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.string
name : GetData<T>(string)
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2021-11-23 16:24:04 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-08-04 06:51:12 +02:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-08-04 06:51:12 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal : true
name : GetDataKeys()
2021-11-23 16:24:04 +01:00
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name : GetDataKeys
isExternal : true
- name : (
- name : )
- 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.Wall.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<Wall>(Wall)
nameWithType : Extensions.JsonCopy<Wall>(Wall)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Wall>(TinyLife.World.Wall)
nameWithType.vb : Extensions.JsonCopy(Of Wall)(Wall)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Wall)(TinyLife.World.Wall)
name.vb : JsonCopy(Of Wall)(Wall)
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.Wall)
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.Wall
name : Wall
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.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.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 :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Wall)
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.Wall
name : Wall
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.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.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 : )
- 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
2021-11-23 16:24:04 +01:00
- uid : MLEM.Data.Json
commentId : N : MLEM.Data.Json
isExternal : true
name : MLEM.Data.Json
nameWithType : MLEM.Data.Json
fullName : MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-10-11 16:05:32 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- 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-08-04 06:51:12 +02:00
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall
commentId : T:TinyLife.World.Wall
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html
2023-10-11 16:05:32 +02:00
name : Wall
nameWithType : Wall
fullName : TinyLife.World.Wall
- uid : TinyLife.World.Wallpaper[]
2021-08-04 06:51:12 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wallpaper.html
2021-08-04 06:51:12 +02:00
name : Wallpaper[]
nameWithType : Wallpaper[]
fullName : TinyLife.World.Wallpaper[]
nameWithType.vb : Wallpaper()
fullName.vb : TinyLife.World.Wallpaper()
name.vb : Wallpaper()
spec.csharp :
- uid : TinyLife.World.Wallpaper
name : Wallpaper
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wallpaper.html
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
2021-08-04 06:51:12 +02:00
spec.vb :
- uid : TinyLife.World.Wallpaper
name : Wallpaper
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wallpaper.html
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall.#ctor*
commentId : Overload:TinyLife.World.Wall.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall__ctor_System_Int32_Microsoft_Xna_Framework_Point___
2023-10-11 16:05:32 +02:00
name : Wall
nameWithType : Wall.Wall
fullName : TinyLife.World.Wall.Wall
nameWithType.vb : Wall.New
fullName.vb : TinyLife.World.Wall.New
name.vb : New
- uid : Microsoft.Xna.Framework.Point[]
isExternal : true
name : Point[]
nameWithType : Point[]
fullName : Microsoft.Xna.Framework.Point[]
nameWithType.vb : Point()
fullName.vb : Microsoft.Xna.Framework.Point()
name.vb : Point()
spec.csharp :
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : '['
- name : ']'
spec.vb :
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : (
- name : )
2024-01-07 16:53:47 +01:00
- uid : TinyLife.World.Wall.Wallpapers
commentId : F:TinyLife.World.Wall.Wallpapers
href : TinyLife.World.Wall.html#TinyLife_World_Wall_Wallpapers
name : Wallpapers
nameWithType : Wall.Wallpapers
fullName : TinyLife.World.Wall.Wallpapers
- uid : TinyLife.Objects.FenceWall.Type
commentId : F:TinyLife.Objects.FenceWall.Type
href : TinyLife.Objects.FenceWall.html#TinyLife_Objects_FenceWall_Type
name : Type
nameWithType : FenceWall.Type
fullName : TinyLife.Objects.FenceWall.Type
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
commentId : M:TinyLife.Objects.WallLike.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
parent : TinyLife.Objects.WallLike
2021-08-04 06:51:12 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2023-10-11 16:05:32 +02:00
name : Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool)
nameWithType : WallLike.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool)
fullName : TinyLife.Objects.WallLike.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, bool, bool)
nameWithType.vb : WallLike.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, Boolean, Boolean)
fullName.vb : TinyLife.Objects.WallLike.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, Boolean, Boolean)
name.vb : Draw(Map, GameTime, SpriteBatch, Vector2, Color?, Boolean, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
name : Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
name : Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-05-02 17:28:58 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Wall.Draw*
commentId : Overload:TinyLife.World.Wall.Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
name : Draw
nameWithType : Wall.Draw
fullName : TinyLife.World.Wall.Draw
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
2021-08-04 06:51:12 +02:00
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
- uid : Microsoft.Xna.Framework.Vector2
commentId : T:Microsoft.Xna.Framework.Vector2
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : Vector2
nameWithType : Vector2
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Vector2
- uid : System.Nullable{Microsoft.Xna.Framework.Color}
commentId : T:System.Nullable{Microsoft.Xna.Framework.Color}
2021-08-04 06:51:12 +02:00
parent : System
definition : System.Nullable`1
2023-03-30 18:07:55 +02:00
name : Color?
nameWithType : Color?
fullName : Microsoft.Xna.Framework.Color?
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2021-08-04 06:51:12 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2023-10-11 16:05:32 +02:00
- uid : System.Boolean
commentId : T:System.Boolean
2023-05-02 17:28:58 +02:00
parent : System
2023-10-11 16:05:32 +02:00
isExternal : true
2023-05-02 17:28:58 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-10-11 16:05:32 +02:00
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2022-09-05 14:19:42 +02:00
- 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
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
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
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
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
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
commentId : M:TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2023-10-11 16:05:32 +02:00
name : Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool)
nameWithType : Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, bool, bool)
fullName : TinyLife.World.Wall.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, bool, bool)
nameWithType.vb : Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?, Boolean, Boolean)
fullName.vb : TinyLife.World.Wall.Draw(TinyLife.World.Map, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, Boolean, Boolean)
name.vb : Draw(Map, GameTime, SpriteBatch, Vector2, Color?, Boolean, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name : Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
2023-05-02 17:28:58 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name : Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_Draw_TinyLife_World_Map_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
2023-05-02 17:28:58 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Options.WallMode
2023-10-11 16:05:32 +02:00
commentId : F:TinyLife.Options.WallMode
2024-01-07 16:53:47 +01:00
href : TinyLife.Options.html#TinyLife_Options_WallMode
2023-03-30 18:07:55 +02:00
name : WallMode
nameWithType : Options.WallMode
fullName : TinyLife.Options.WallMode
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Wall.IsDown*
commentId : Overload:TinyLife.World.Wall.IsDown
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_IsDown
2021-08-04 06:51:12 +02:00
name : IsDown
nameWithType : Wall.IsDown
fullName : TinyLife.World.Wall.IsDown
2022-05-24 13:36:05 +02:00
- uid : TinyLife.World.WallMode
commentId : T:TinyLife.World.WallMode
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.WallMode.html
2022-05-24 13:36:05 +02:00
name : WallMode
nameWithType : WallMode
fullName : TinyLife.World.WallMode
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.OpeningType.WallMode
commentId : F:TinyLife.World.OpeningType.WallMode
2024-01-07 16:53:47 +01:00
href : TinyLife.World.OpeningType.html#TinyLife_World_OpeningType_WallMode
2023-03-30 18:07:55 +02:00
name : WallMode
nameWithType : OpeningType.WallMode
fullName : TinyLife.World.OpeningType.WallMode
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Wall.GetDisplayMode*
commentId : Overload:TinyLife.World.Wall.GetDisplayMode
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_GetDisplayMode
2021-08-04 06:51:12 +02:00
name : GetDisplayMode
nameWithType : Wall.GetDisplayMode
fullName : TinyLife.World.Wall.GetDisplayMode
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.GetPrice
commentId : M:TinyLife.Objects.WallLike.GetPrice
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetPrice
2023-10-11 16:05:32 +02:00
name : GetPrice()
nameWithType : WallLike.GetPrice()
fullName : TinyLife.Objects.WallLike.GetPrice()
spec.csharp :
- uid : TinyLife.Objects.WallLike.GetPrice
name : GetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetPrice
2023-10-11 16:05:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.WallLike.GetPrice
name : GetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetPrice
2023-10-11 16:05:32 +02:00
- name : (
- name : )
- uid : TinyLife.World.Wall.GetPrice*
commentId : Overload:TinyLife.World.Wall.GetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_GetPrice
2023-10-11 16:05:32 +02:00
name : GetPrice
nameWithType : Wall.GetPrice
fullName : TinyLife.World.Wall.GetPrice
2021-08-04 06:51:12 +02:00
- 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
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Validate(TinyLife.World.Map)
commentId : M:TinyLife.Objects.WallLike.Validate(TinyLife.World.Map)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Validate_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
name : Validate(Map)
nameWithType : WallLike.Validate(Map)
fullName : TinyLife.Objects.WallLike.Validate(TinyLife.World.Map)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Validate(TinyLife.World.Map)
name : Validate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Validate_TinyLife_World_Map_
2023-03-30 18:07:55 +02:00
- name : (
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.Validate(TinyLife.World.Map)
name : Validate
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_Validate_TinyLife_World_Map_
2023-03-30 18:07:55 +02:00
- name : (
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.Wall.Validate*
commentId : Overload:TinyLife.World.Wall.Validate
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_Validate_TinyLife_World_Map_
2021-08-04 06:51:12 +02:00
name : Validate
nameWithType : Wall.Validate
fullName : TinyLife.World.Wall.Validate
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
commentId : M:TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
parent : TinyLife.Objects.WallLike
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnAdded_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
name : OnAdded(Map)
nameWithType : WallLike.OnAdded(Map)
fullName : TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
name : OnAdded
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnAdded_TinyLife_World_Map_
2023-03-30 18:07:55 +02:00
- name : (
2023-10-11 16:05:32 +02:00
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
name : OnAdded
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_OnAdded_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-10-11 16:05:32 +02:00
- name : )
- uid : TinyLife.World.Wall.OnAdded*
commentId : Overload:TinyLife.World.Wall.OnAdded
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wall.html#TinyLife_World_Wall_OnAdded_TinyLife_World_Map_
2023-10-11 16:05:32 +02:00
name : OnAdded
nameWithType : Wall.OnAdded
fullName : TinyLife.World.Wall.OnAdded