TinyLifeWeb/docs/api/TinyLife.World.Wall.yml

1902 lines
61 KiB
YAML
Raw Normal View History

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:
2022-09-05 14:19:42 +02:00
- TinyLife.World.Wall.#ctor(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})
2022-06-09 20:12:10 +02:00
- TinyLife.World.Wall.GetCenterBottomPos
2021-08-04 06:51:12 +02:00
- TinyLife.World.Wall.GetDepth(TinyLife.World.Map,System.Single)
- TinyLife.World.Wall.GetDisplayMode
- TinyLife.World.Wall.GetFreeActionSpotInfo(TinyLife.Objects.Person)
- TinyLife.World.Wall.GetIndexForCamera
- TinyLife.World.Wall.GetPositionForCamera
- TinyLife.World.Wall.GetPrice
- TinyLife.World.Wall.IsDown
- TinyLife.World.Wall.IsStatic
- TinyLife.World.Wall.IsVerticalForCamera
- TinyLife.World.Wall.Opening
- TinyLife.World.Wall.Positions
- TinyLife.World.Wall.Price
- TinyLife.World.Wall.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
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.Vertical
- 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-03-30 18:07:55 +02: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
2022-09-05 14:19:42 +02:00
startLine: 17
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nA 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.Wall.Opening\" data-throw-if-not-resolved=\"false\"></xref> attached to it.\n"
example: []
syntax:
content: >-
[DataContract]
2021-11-23 16:24:04 +01:00
public class Wall : JsonTypeSafeGenericDataHolder, IGenericDataHolder, IPricedObject
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataContract>
2023-03-30 18:07:55 +02:00
Public Class Wall Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder, IPricedObject
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
implements:
- MLEM.Misc.IGenericDataHolder
- TinyLife.World.IPricedObject
inheritedMembers:
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
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
- 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-03-30 18:07:55 +02: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
2022-09-05 14:19:42 +02:00
startLine: 23
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe price of building a single wall element\n"
example: []
syntax:
content: public const int Price = 125
return:
type: System.Int32
content.vb: Public Const Price As Integer = 125
- uid: TinyLife.World.Wall.Positions
commentId: F:TinyLife.World.Wall.Positions
id: Positions
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: Positions
nameWithType: Wall.Positions
fullName: TinyLife.World.Wall.Positions
type: Field
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: Positions
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2022-09-05 14:19:42 +02:00
startLine: 30
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe two positions that this wall is placed in.\nThe two positions refer to the tile coordinate of the tile on the front face of the wall, and the tile coordinate of the tile on the back face of the wall.\n"
example: []
syntax:
content: >-
[DataMember]
public readonly Point[] Positions
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Point[]
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataMember>
Public ReadOnly Positions As Point()
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- 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-03-30 18:07:55 +02: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
2022-09-05 14:19:42 +02:00
startLine: 35
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe two wallpapers attached to this <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref>, on either one of its sides\n"
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: []
- uid: TinyLife.World.Wall.Vertical
commentId: P:TinyLife.World.Wall.Vertical
id: Vertical
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: Vertical
nameWithType: Wall.Vertical
fullName: TinyLife.World.Wall.Vertical
type: Property
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: Vertical
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2022-09-05 14:19:42 +02:00
startLine: 39
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nStores whether this wall is vertical. A vertical wall is one where the <xref href=\"TinyLife.World.Wall.Positions\" data-throw-if-not-resolved=\"false\"></xref> have the same y, but different x coordinates.\n"
example: []
syntax:
content: public bool Vertical { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public ReadOnly Property Vertical As Boolean
overload: TinyLife.World.Wall.Vertical*
- uid: TinyLife.World.Wall.Opening
commentId: P:TinyLife.World.Wall.Opening
id: Opening
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: Opening
nameWithType: Wall.Opening
fullName: TinyLife.World.Wall.Opening
type: Property
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: Opening
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2022-09-05 14:19:42 +02:00
startLine: 44
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe <xref href=\"TinyLife.World.Wall.Opening\" data-throw-if-not-resolved=\"false\"></xref> attached to this wall, or null if there is none.\nUse <xref href=\"TinyLife.World.Wall.SetOpening(TinyLife.World.Map%2cTinyLife.World.Opening)\" data-throw-if-not-resolved=\"false\"></xref> to set this value.\n"
example: []
syntax:
content: >-
[DataMember]
public Opening Opening { get; }
parameters: []
return:
type: TinyLife.World.Opening
content.vb: >-
<DataMember>
2023-03-30 18:07:55 +02:00
Public Property Opening As Opening
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Wall.Opening*
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Wall.IsStatic
commentId: F:TinyLife.World.Wall.IsStatic
id: IsStatic
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: IsStatic
nameWithType: Wall.IsStatic
fullName: TinyLife.World.Wall.IsStatic
type: Field
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: IsStatic
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2022-09-05 14:19:42 +02:00
startLine: 50
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nA field that is true for objects that are part of the exported base map that the current map is created from\n"
example: []
syntax:
content: >-
[DataMember(EmitDefaultValue = false)]
public bool IsStatic
return:
type: System.Boolean
content.vb: >-
<DataMember(EmitDefaultValue:=False)>
Public IsStatic As Boolean
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
namedArguments:
- name: EmitDefaultValue
type: System.Boolean
value: false
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Wall.#ctor(Microsoft.Xna.Framework.Point[])
commentId: M:TinyLife.World.Wall.#ctor(Microsoft.Xna.Framework.Point[])
id: '#ctor(Microsoft.Xna.Framework.Point[])'
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Wall
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Wall(params Point[])
nameWithType: Wall.Wall(params Point[])
fullName: TinyLife.World.Wall.Wall(params Microsoft.Xna.Framework.Point[])
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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
2022-09-05 14:19:42 +02:00
startLine: 58
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nCreates a new wall at the given position, with the implicitly given verticality\n"
example: []
syntax:
content: public Wall(params Point[] positions)
parameters:
- 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
content.vb: Public Sub New(ParamArray positions As Point())
overload: TinyLife.World.Wall.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Wall.New(ParamArray Point())
fullName.vb: TinyLife.World.Wall.New(ParamArray Microsoft.Xna.Framework.Point())
name.vb: New(ParamArray Point())
2022-09-05 14:19:42 +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})
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})
id: Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Wall
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Draw(Map, GameTime, SpriteBatch, Vector2, Color?)
nameWithType: Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?)
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?)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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
2022-09-05 14:19:42 +02:00
startLine: 75
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nDraws this wall in the world, along with its <xref href=\"TinyLife.World.Wall.Wallpapers\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.World.Wall.Opening\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public void Draw(Map map, GameTime time, SpriteBatch batch, Vector2 drawPos, Color? overrideColor)
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
content.vb: Public Sub Draw(map As Map, time As GameTime, batch As SpriteBatch, drawPos As Vector2, overrideColor As Color?)
overload: TinyLife.World.Wall.Draw*
- 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-03-30 18:07:55 +02: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
2022-09-05 14:19:42 +02:00
startLine: 93
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2022-09-05 14:19:42 +02:00
summary: "\nReturns whether this wall should be rendered with a lower height than its actual height.\nIf 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)\" 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.\nThis value is based on the lot visibility, the <xref href=\"TinyLife.Options.WallMode\" data-throw-if-not-resolved=\"false\"></xref> and more.\n"
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.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
commentId: M:TinyLife.World.Wall.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
id: SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: SetOpening(Map, Opening)
nameWithType: Wall.SetOpening(Map, Opening)
fullName: TinyLife.World.Wall.SetOpening(TinyLife.World.Map, TinyLife.World.Opening)
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: SetOpening
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2022-09-05 14:19:42 +02:00
startLine: 108
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nChanges the <xref href=\"TinyLife.World.Wall.Opening\" data-throw-if-not-resolved=\"false\"></xref> in this wall to the specified one\n"
example: []
syntax:
content: public void SetOpening(Map map, Opening opening)
parameters:
- id: map
type: TinyLife.World.Map
description: The map that this wall is on
- id: opening
type: TinyLife.World.Opening
description: The opening to set, or null to remove the current one
content.vb: Public Sub SetOpening(map As Map, opening As Opening)
overload: TinyLife.World.Wall.SetOpening*
- 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-03-30 18:07:55 +02: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-01-16 12:24:01 +01:00
startLine: 120
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns the <xref href=\"TinyLife.World.WallMode\" data-throw-if-not-resolved=\"false\"></xref> that this wall should be rendered with.\nIf the <xref href=\"TinyLife.World.Wall.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.\n"
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.GetDepth(TinyLife.World.Map,System.Single)
commentId: M:TinyLife.World.Wall.GetDepth(TinyLife.World.Map,System.Single)
id: GetDepth(TinyLife.World.Map,System.Single)
parent: TinyLife.World.Wall
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: GetDepth(Map, float)
nameWithType: Wall.GetDepth(Map, float)
fullName: TinyLife.World.Wall.GetDepth(TinyLife.World.Map, float)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: GetDepth
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2023-01-16 12:24:01 +01:00
startLine: 131
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns the depth that should be used for a wall placed at this wall&apos;s positions.\nThis method is used for rendering <xref href=\"TinyLife.World.Wallpaper\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.World.Wall.Opening\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public float GetDepth(Map map, float offset = 0)
2021-08-04 06:51:12 +02:00
parameters:
- id: map
type: TinyLife.World.Map
description: The map that this wall is on
- id: offset
type: System.Single
description: An offset that will be added to the depth calculation
return:
type: System.Single
description: ''
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetDepth(map As Map, offset As Single = 0) As Single
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Wall.GetDepth*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Wall.GetDepth(Map, Single)
fullName.vb: TinyLife.World.Wall.GetDepth(TinyLife.World.Map, Single)
name.vb: GetDepth(Map, Single)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.GetIndexForCamera
commentId: M:TinyLife.World.Wall.GetIndexForCamera
id: GetIndexForCamera
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: GetIndexForCamera()
nameWithType: Wall.GetIndexForCamera()
fullName: TinyLife.World.Wall.GetIndexForCamera()
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: GetIndexForCamera
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2023-01-16 12:24:01 +01:00
startLine: 142
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns the side of the wall that should be rendered.\nFor <xref href=\"TinyLife.World.Wall.Vertical\" data-throw-if-not-resolved=\"false\"></xref> walls, the position with the highest X value is returned.\nFor non-<xref href=\"TinyLife.World.Wall.Vertical\" data-throw-if-not-resolved=\"false\"></xref> walls, the position with the highest Y value is returned.\n"
example: []
syntax:
content: public int GetIndexForCamera()
return:
type: System.Int32
description: The side of the wall that should be rendered
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetIndexForCamera() As Integer
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Wall.GetIndexForCamera*
- uid: TinyLife.World.Wall.GetPositionForCamera
commentId: M:TinyLife.World.Wall.GetPositionForCamera
id: GetPositionForCamera
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: GetPositionForCamera()
nameWithType: Wall.GetPositionForCamera()
fullName: TinyLife.World.Wall.GetPositionForCamera()
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: GetPositionForCamera
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2023-01-16 12:24:01 +01:00
startLine: 157
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns the position from the <xref href=\"TinyLife.World.Wall.Positions\" data-throw-if-not-resolved=\"false\"></xref> array that <xref href=\"TinyLife.World.Wall.GetIndexForCamera\" data-throw-if-not-resolved=\"false\"></xref> suggests.\nThis is the side of the wall that currently faces the game camera.\n"
example: []
syntax:
content: public Point GetPositionForCamera()
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
description: The wall position that is facing the camera
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetPositionForCamera() As Point
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Wall.GetPositionForCamera*
2022-06-09 20:12:10 +02:00
- uid: TinyLife.World.Wall.GetCenterBottomPos
commentId: M:TinyLife.World.Wall.GetCenterBottomPos
id: GetCenterBottomPos
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: GetCenterBottomPos()
nameWithType: Wall.GetCenterBottomPos()
fullName: TinyLife.World.Wall.GetCenterBottomPos()
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCenterBottomPos
path: ../TinyLife/World/Wall.cs
2023-01-16 12:24:01 +01:00
startLine: 165
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2022-06-10 12:18:26 +02:00
summary: "\nReturns the bottom-center position of this wall in world space, based on the <xref href=\"TinyLife.World.Wall.GetPositionForCamera\" data-throw-if-not-resolved=\"false\"></xref> position.\n"
example: []
2022-06-09 20:12:10 +02:00
syntax:
content: public Vector2 GetCenterBottomPos()
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2022-06-10 12:18:26 +02:00
description: The bottom-center position of this wall in world space.
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetCenterBottomPos() As Vector2
2022-06-09 20:12:10 +02:00
overload: TinyLife.World.Wall.GetCenterBottomPos*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.IsVerticalForCamera
commentId: M:TinyLife.World.Wall.IsVerticalForCamera
id: IsVerticalForCamera
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: IsVerticalForCamera()
nameWithType: Wall.IsVerticalForCamera()
fullName: TinyLife.World.Wall.IsVerticalForCamera()
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: IsVerticalForCamera
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2023-01-16 12:24:01 +01:00
startLine: 182
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns whether the wall is considered <xref href=\"TinyLife.World.Wall.Vertical\" data-throw-if-not-resolved=\"false\"></xref> based on the game&apos;s current <xref href=\"TinyLife.Options.CameraRotation\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the camera rotation is offset by 90 or -90 degrees from the default, wall verticalities are visually inversed.\n"
example: []
syntax:
content: public bool IsVerticalForCamera()
return:
type: System.Boolean
description: ''
2023-03-30 18:07:55 +02:00
content.vb: Public Function IsVerticalForCamera() As Boolean
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Wall.IsVerticalForCamera*
- 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-03-30 18:07:55 +02: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-01-16 12:24:01 +01:00
startLine: 190
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2022-01-08 12:41:09 +01:00
summary: "\nReturns the price that this object can be bought or sold for.\nNote that, like in the case of the <xref href=\"TinyLife.Objects.Painting\" data-throw-if-not-resolved=\"false\"></xref>, the returned price isn&apos;t necessarily the full price that the object can be sold for. Instead, the price returned here should be the price that this object has when bought or sold from the <xref href=\"TinyLife.Tools.FurnitureTool\" data-throw-if-not-resolved=\"false\"></xref> or similar.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public float GetPrice()
return:
type: System.Single
2022-01-08 12:41:09 +01:00
description: The object&apos;s 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.Wall.GetPrice*
implements:
- TinyLife.World.IPricedObject.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-03-30 18:07:55 +02: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-01-16 12:24:01 +01:00
startLine: 206
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThis method is called when this object is loaded from disk.\n"
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public bool Validate(Map map)
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
2022-05-24 13:36:05 +02:00
content.vb: Public Function Validate(map As Map) As Boolean
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Wall.Validate*
- uid: TinyLife.World.Wall.GetFreeActionSpotInfo(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Wall.GetFreeActionSpotInfo(TinyLife.Objects.Person)
id: GetFreeActionSpotInfo(TinyLife.Objects.Person)
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: GetFreeActionSpotInfo(Person)
nameWithType: Wall.GetFreeActionSpotInfo(Person)
fullName: TinyLife.World.Wall.GetFreeActionSpotInfo(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02: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: GetFreeActionSpotInfo
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Wall.cs
2023-03-30 18:07:55 +02:00
startLine: 222
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns an <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> that contains this wall and the first free position on either of its sides\nIf an <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> is already present in a situation, <xref href=\"TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)\" data-throw-if-not-resolved=\"false\"></xref> should be used instead of this method.\n"
example: []
syntax:
content: public ActionInfo GetFreeActionSpotInfo(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to return the action spot info for
return:
type: TinyLife.Actions.ActionInfo
description: A free action spot info, or null if there is no free spot
content.vb: Public Function GetFreeActionSpotInfo(person As Person) As ActionInfo
overload: TinyLife.World.Wall.GetFreeActionSpotInfo*
references:
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
- uid: TinyLife.World.Wallpaper
commentId: T:TinyLife.World.Wallpaper
parent: TinyLife.World
name: Wallpaper
nameWithType: Wallpaper
fullName: TinyLife.World.Wallpaper
- uid: TinyLife.World.Wall.Opening
commentId: P:TinyLife.World.Wall.Opening
2023-03-30 18:07:55 +02:00
name: Opening
nameWithType: Wall.Opening
fullName: TinyLife.World.Wall.Opening
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
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
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
- uid: TinyLife.World.IPricedObject
commentId: T:TinyLife.World.IPricedObject
parent: TinyLife.World
name: IPricedObject
nameWithType: IPricedObject
fullName: TinyLife.World.IPricedObject
2021-11-23 16:24:04 +01:00
- 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
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: 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)
2021-08-04 06:51:12 +02:00
spec.csharp:
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
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)
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
- name: <
- uid: TinyLife.World.Wall
name: Wall
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.Wall
name: Wall
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
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Wall
name: Wall
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.Wall
name: Wall
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
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)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: <
- name: T
- name: '>'
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
- 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
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
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
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point[]
2021-08-04 06:51:12 +02:00
isExternal: true
name: Point[]
nameWithType: Point[]
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Point[]
2021-08-04 06:51:12 +02:00
nameWithType.vb: Point()
2022-09-05 14:19:42 +02:00
fullName.vb: Microsoft.Xna.Framework.Point()
2021-08-04 06:51:12 +02:00
name.vb: Point()
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name: Point
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '['
- name: ']'
2021-08-04 06:51:12 +02:00
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name: Point
isExternal: true
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall
commentId: T:TinyLife.World.Wall
parent: TinyLife.World
name: Wall
nameWithType: Wall
fullName: TinyLife.World.Wall
- uid: TinyLife.World.Wallpaper[]
isExternal: true
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
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
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.Positions
commentId: F:TinyLife.World.Wall.Positions
2023-03-30 18:07:55 +02:00
name: Positions
nameWithType: Wall.Positions
fullName: TinyLife.World.Wall.Positions
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.Vertical*
commentId: Overload:TinyLife.World.Wall.Vertical
name: Vertical
nameWithType: Wall.Vertical
fullName: TinyLife.World.Wall.Vertical
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
commentId: M:TinyLife.World.Wall.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
2023-03-30 18:07:55 +02:00
name: SetOpening(Map, Opening)
nameWithType: Wall.SetOpening(Map, Opening)
fullName: TinyLife.World.Wall.SetOpening(TinyLife.World.Map, TinyLife.World.Opening)
spec.csharp:
- uid: TinyLife.World.Wall.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
name: SetOpening
- name: (
- uid: TinyLife.World.Map
name: Map
- name: ','
- name: " "
- uid: TinyLife.World.Opening
name: Opening
- name: )
spec.vb:
- uid: TinyLife.World.Wall.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
name: SetOpening
- name: (
- uid: TinyLife.World.Map
name: Map
- name: ','
- name: " "
- uid: TinyLife.World.Opening
name: Opening
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.Opening*
commentId: Overload:TinyLife.World.Wall.Opening
name: Opening
nameWithType: Wall.Opening
fullName: TinyLife.World.Wall.Opening
- uid: TinyLife.World.Opening
commentId: T:TinyLife.World.Opening
parent: TinyLife.World
name: Opening
nameWithType: Opening
fullName: TinyLife.World.Opening
- uid: TinyLife.World.Wall.#ctor*
commentId: Overload:TinyLife.World.Wall.#ctor
name: Wall
nameWithType: Wall.Wall
fullName: TinyLife.World.Wall.Wall
2023-03-30 18:07:55 +02:00
nameWithType.vb: Wall.New
fullName.vb: TinyLife.World.Wall.New
name.vb: New
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.Wallpapers
commentId: F:TinyLife.World.Wall.Wallpapers
2023-03-30 18:07:55 +02:00
name: Wallpapers
nameWithType: Wall.Wallpapers
fullName: TinyLife.World.Wall.Wallpapers
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.Draw*
commentId: Overload:TinyLife.World.Wall.Draw
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: '?'
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: )
2022-09-05 14:19:42 +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})
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})
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
name: Draw(Map, GameTime, SpriteBatch, Vector2, Color?)
nameWithType: Wall.Draw(Map, GameTime, SpriteBatch, Vector2, Color?)
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?)
spec.csharp:
- 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})
name: Draw
- name: (
- uid: TinyLife.World.Map
name: Map
- 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: '?'
- name: )
spec.vb:
- 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})
name: Draw
- name: (
- uid: TinyLife.World.Map
name: Map
- 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: '?'
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Options.WallMode
commentId: P: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
name: IsDown
nameWithType: Wall.IsDown
fullName: TinyLife.World.Wall.IsDown
- uid: TinyLife.World.Wall.SetOpening*
commentId: Overload:TinyLife.World.Wall.SetOpening
name: SetOpening
nameWithType: Wall.SetOpening
fullName: TinyLife.World.Wall.SetOpening
2022-05-24 13:36:05 +02:00
- uid: TinyLife.World.WallMode
commentId: T:TinyLife.World.WallMode
parent: TinyLife.World
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
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
name: GetDisplayMode
nameWithType: Wall.GetDisplayMode
fullName: TinyLife.World.Wall.GetDisplayMode
- uid: TinyLife.World.Wall.GetDepth*
commentId: Overload:TinyLife.World.Wall.GetDepth
name: GetDepth
nameWithType: Wall.GetDepth
fullName: TinyLife.World.Wall.GetDepth
- 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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.Vertical
commentId: P:TinyLife.World.Wall.Vertical
2023-03-30 18:07:55 +02:00
name: Vertical
nameWithType: Wall.Vertical
fullName: TinyLife.World.Wall.Vertical
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.GetIndexForCamera*
commentId: Overload:TinyLife.World.Wall.GetIndexForCamera
name: GetIndexForCamera
nameWithType: Wall.GetIndexForCamera
fullName: TinyLife.World.Wall.GetIndexForCamera
- uid: TinyLife.World.Wall.GetIndexForCamera
commentId: M:TinyLife.World.Wall.GetIndexForCamera
2023-03-30 18:07:55 +02:00
name: GetIndexForCamera()
nameWithType: Wall.GetIndexForCamera()
fullName: TinyLife.World.Wall.GetIndexForCamera()
spec.csharp:
- uid: TinyLife.World.Wall.GetIndexForCamera
name: GetIndexForCamera
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Wall.GetIndexForCamera
name: GetIndexForCamera
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.GetPositionForCamera*
commentId: Overload:TinyLife.World.Wall.GetPositionForCamera
name: GetPositionForCamera
nameWithType: Wall.GetPositionForCamera
fullName: TinyLife.World.Wall.GetPositionForCamera
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point
commentId: T:Microsoft.Xna.Framework.Point
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: Point
nameWithType: Point
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Point
2022-06-10 12:18:26 +02:00
- uid: TinyLife.World.Wall.GetPositionForCamera
commentId: M:TinyLife.World.Wall.GetPositionForCamera
2023-03-30 18:07:55 +02:00
name: GetPositionForCamera()
nameWithType: Wall.GetPositionForCamera()
fullName: TinyLife.World.Wall.GetPositionForCamera()
spec.csharp:
- uid: TinyLife.World.Wall.GetPositionForCamera
name: GetPositionForCamera
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Wall.GetPositionForCamera
name: GetPositionForCamera
- name: (
- name: )
2022-06-09 20:12:10 +02:00
- uid: TinyLife.World.Wall.GetCenterBottomPos*
commentId: Overload:TinyLife.World.Wall.GetCenterBottomPos
name: GetCenterBottomPos
nameWithType: Wall.GetCenterBottomPos
fullName: TinyLife.World.Wall.GetCenterBottomPos
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Options.CameraRotation
commentId: F:TinyLife.Options.CameraRotation
2023-03-30 18:07:55 +02:00
name: CameraRotation
nameWithType: Options.CameraRotation
fullName: TinyLife.Options.CameraRotation
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.IsVerticalForCamera*
commentId: Overload:TinyLife.World.Wall.IsVerticalForCamera
name: IsVerticalForCamera
nameWithType: Wall.IsVerticalForCamera
fullName: TinyLife.World.Wall.IsVerticalForCamera
- uid: TinyLife.World.Wall.GetPrice*
commentId: Overload:TinyLife.World.Wall.GetPrice
name: GetPrice
nameWithType: Wall.GetPrice
fullName: TinyLife.World.Wall.GetPrice
- uid: TinyLife.World.IPricedObject.GetPrice
commentId: M:TinyLife.World.IPricedObject.GetPrice
parent: TinyLife.World.IPricedObject
name: GetPrice()
nameWithType: IPricedObject.GetPrice()
fullName: TinyLife.World.IPricedObject.GetPrice()
spec.csharp:
- uid: TinyLife.World.IPricedObject.GetPrice
name: GetPrice
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.IPricedObject.GetPrice
name: GetPrice
- name: (
- name: )
- uid: TinyLife.World.Wall.Validate*
commentId: Overload:TinyLife.World.Wall.Validate
name: Validate
nameWithType: Wall.Validate
fullName: TinyLife.World.Wall.Validate
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
2023-03-30 18:07:55 +02:00
name: ToFreeActionSpot(ObjectCategory)
nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory)
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
name: ToFreeActionSpot
- name: (
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
spec.vb:
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
name: ToFreeActionSpot
- name: (
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Wall.GetFreeActionSpotInfo*
commentId: Overload:TinyLife.World.Wall.GetFreeActionSpotInfo
name: GetFreeActionSpotInfo
nameWithType: Wall.GetFreeActionSpotInfo
fullName: TinyLife.World.Wall.GetFreeActionSpotInfo
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects