2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Tools.FurniturePlacer
commentId : T:TinyLife.Tools.FurniturePlacer
id : FurniturePlacer
parent : TinyLife.Tools
children :
2022-07-28 14:58:38 +02:00
- TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-10-14 20:30:40 +02:00
- TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurniturePlacer.GetMouseCursor
2021-10-14 20:30:40 +02:00
- TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurniturePlacer.SelectedColors
- TinyLife.Tools.FurniturePlacer.SelectedFurniture
- TinyLife.Tools.FurniturePlacer.SelectedPreview
- TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
2022-11-12 13:53:28 +01:00
- TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)
2021-08-30 20:44:32 +02:00
- TinyLife.Tools.FurniturePlacer.UnselectFurniture
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurniturePlacer.Update
langs :
- csharp
- vb
name : FurniturePlacer
nameWithType : FurniturePlacer
fullName : TinyLife.Tools.FurniturePlacer
type : Class
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : FurniturePlacer
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 21
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nA helper class that represents a tool part which allows the placement and movement of furniture objects.\nThis class is used by <xref href=\"TinyLife.Tools.FurnitureTool\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Tools.MoveTool\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : public class FurniturePlacer
content.vb : Public Class FurniturePlacer
inheritance :
- System.Object
inheritedMembers :
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Tools.FurniturePlacer.TinyLife.Utilities.Extensions.JsonCopy``1
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
commentId : E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
id : OnGetCustomPrice
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : OnGetCustomPrice
nameWithType : FurniturePlacer.OnGetCustomPrice
fullName : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
type : Event
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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-10-14 20:30:40 +02:00
id : OnGetCustomPrice
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 27
2021-10-14 20:30:40 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nAn event that is invoked when <xref href=\"TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)\" data-throw-if-not-resolved=\"false\"></xref> is called.\nUse this event to change the custom price of a furniture item bought in the furniture tool.\n"
example : [ ]
syntax :
content : public static event FurniturePlacer.GetCustomPriceDelegate OnGetCustomPrice
return :
type : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
content.vb : Public Shared Event OnGetCustomPrice As FurniturePlacer.GetCustomPriceDelegate
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectedFurniture
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedFurniture
id : SelectedFurniture
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : SelectedFurniture
nameWithType : FurniturePlacer.SelectedFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectedFurniture
type : Property
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : SelectedFurniture
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 38
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nThe <xref href=\"TinyLife.Objects.FurnitureType\" data-throw-if-not-resolved=\"false\"></xref> that is currently selected for placement\n"
example : [ ]
syntax :
content : public FurnitureType SelectedFurniture { get; }
parameters : [ ]
return :
type : TinyLife.Objects.FurnitureType
2023-03-30 18:07:55 +02:00
content.vb : Public Property SelectedFurniture As FurnitureType
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.SelectedFurniture*
- uid : TinyLife.Tools.FurniturePlacer.SelectedPreview
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedPreview
id : SelectedPreview
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : SelectedPreview
nameWithType : FurniturePlacer.SelectedPreview
fullName : TinyLife.Tools.FurniturePlacer.SelectedPreview
type : Property
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : SelectedPreview
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 42
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nAn instance of the <xref href=\"TinyLife.Tools.FurniturePlacer.SelectedFurniture\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public Furniture SelectedPreview { get; }
parameters : [ ]
return :
type : TinyLife.Objects.Furniture
2023-03-30 18:07:55 +02:00
content.vb : Public Property SelectedPreview As Furniture
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.SelectedPreview*
- uid : TinyLife.Tools.FurniturePlacer.SelectedColors
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedColors
id : SelectedColors
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : SelectedColors
nameWithType : FurniturePlacer.SelectedColors
fullName : TinyLife.Tools.FurniturePlacer.SelectedColors
type : Property
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : SelectedColors
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 46
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nThe color indices that are currently selected for the <xref href=\"TinyLife.Tools.FurniturePlacer.SelectedFurniture\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public int[] SelectedColors { get; }
parameters : [ ]
return :
type : System.Int32[]
2023-03-30 18:07:55 +02:00
content.vb : Public Property SelectedColors As Integer()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.SelectedColors*
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
commentId : M:TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
id : '#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
2022-07-28 14:58:38 +02:00
name : FurniturePlacer(Action<Furniture, UndoableAction>)
nameWithType : FurniturePlacer.FurniturePlacer(Action<Furniture, UndoableAction>)
fullName : TinyLife.Tools.FurniturePlacer.FurniturePlacer(System.Action<TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction>)
2021-08-04 06:51:12 +02:00
type : Constructor
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 63
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nCreates a new furniture placer with the given settings\n"
example : [ ]
syntax :
2022-07-28 14:58:38 +02:00
content : public FurniturePlacer(Action<Furniture, UndoableAction> onPlaced = null)
2021-08-04 06:51:12 +02:00
parameters :
- id : onPlaced
2022-07-28 14:58:38 +02:00
type : System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}
2021-08-04 06:51:12 +02:00
description : An action that is invoked when the given furniture is placed by this placer
2022-07-28 14:58:38 +02:00
content.vb : Public Sub New(onPlaced As Action(Of Furniture, UndoableAction) = Nothing)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.New(Action(Of Furniture, UndoableAction))
fullName.vb : TinyLife.Tools.FurniturePlacer.New(System.Action(Of TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction))
name.vb : New(Action(Of Furniture, UndoableAction))
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.Update
commentId : M:TinyLife.Tools.FurniturePlacer.Update
id : Update
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : Update()
nameWithType : FurniturePlacer.Update()
fullName : TinyLife.Tools.FurniturePlacer.Update()
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : Update
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-09-05 14:19:42 +02:00
startLine : 71
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-09-05 14:19:42 +02:00
summary : "\nUpdates this furniture placer.\nThis should be called in <xref href=\"TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> each frame.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public void Update()
2023-03-30 18:07:55 +02:00
content.vb : Public Sub Update()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.Update*
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
commentId : M:TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
id : Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : Draw(GameTime, SpriteBatch)
nameWithType : FurniturePlacer.Draw(GameTime, SpriteBatch)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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/Tools/FurniturePlacer.cs
2022-12-20 13:25:03 +01:00
startLine : 154
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nDraws the <xref href=\"TinyLife.Tools.FurniturePlacer.SelectedPreview\" data-throw-if-not-resolved=\"false\"></xref> of this furniture placer\n"
example : [ ]
syntax :
content : public void Draw(GameTime time, SpriteBatch batch)
parameters :
- 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's 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 use for drawing
content.vb : Public Sub Draw(time As GameTime, batch As SpriteBatch)
overload : TinyLife.Tools.FurniturePlacer.Draw*
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)
id : ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : ShouldHighlightSelectedObject(object)
nameWithType : FurniturePlacer.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(object)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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
2022-11-12 13:53:28 +01:00
id : ShouldHighlightSelectedObject
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-12-20 13:25:03 +01:00
startLine : 176
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-05-24 13:36:05 +02:00
summary : "\nWhether or not the <xref href=\"TinyLife.Tools.Tool.SelectedObject\" data-throw-if-not-resolved=\"false\"></xref> should currently have a white highlight around it.\nThis method defaults to return true if <xref href=\"TinyLife.GameImpl.IsCursorOnUi\" data-throw-if-not-resolved=\"false\"></xref> is false.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-11-12 13:53:28 +01:00
content : public bool ShouldHighlightSelectedObject(object obj)
parameters :
- id : obj
type : System.Object
description : The selected object, which can be a <xref href="TinyLife.Objects.MapObject" data-throw-if-not-resolved="false"></xref> or a <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
2022-01-08 12:41:09 +01:00
description : Whether or not the selected object should be highlighted
2022-11-12 13:53:28 +01:00
content.vb : Public Function ShouldHighlightSelectedObject(obj As Object) As Boolean
overload : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetMouseCursor
commentId : M:TinyLife.Tools.FurniturePlacer.GetMouseCursor
id : GetMouseCursor
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : GetMouseCursor()
nameWithType : FurniturePlacer.GetMouseCursor()
fullName : TinyLife.Tools.FurniturePlacer.GetMouseCursor()
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : GetMouseCursor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-12-20 13:25:03 +01:00
startLine : 181
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-01-08 12:41:09 +01:00
summary : "\nReturns the <xref href=\"TinyLife.Uis.CursorType\" data-throw-if-not-resolved=\"false\"></xref> that this tool should currently display.\nBy default, <xref href=\"TinyLife.Uis.CursorType.Default\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public CursorType GetMouseCursor()
return :
type : TinyLife.Uis.CursorType
2022-01-08 12:41:09 +01:00
description : The cursor type
2023-03-30 18:07:55 +02:00
content.vb : Public Function GetMouseCursor() As CursorType
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.FurniturePlacer.GetMouseCursor*
- uid : TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
commentId : M:TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
id : SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : SelectFurniture(FurnitureType, Furniture, Action<Furniture>, Direction2, int[], bool)
nameWithType : FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action<Furniture>, Direction2, int[], bool)
fullName : TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action<TinyLife.Objects.Furniture>, MLEM.Misc.Direction2, int[], bool)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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 : SelectFurniture
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-12-20 13:25:03 +01:00
startLine : 197
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nSelects the given <xref href=\"TinyLife.Objects.FurnitureType\" data-throw-if-not-resolved=\"false\"></xref>.\nIf <code data-dev-comment-type=\"paramref\" class=\"paramref\">exact</code> is enabled, the <code data-dev-comment-type=\"paramref\" class=\"paramref\">preview</code> is the exact furniture instance that will be placed. If it is false, a new instance of the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">furniture</code> will be created upon placement.\n"
example : [ ]
syntax :
content : public void SelectFurniture(FurnitureType furniture, Furniture preview, Action<Furniture> variation, Direction2 rotation, int[] colors, bool exact = false)
parameters :
- id : furniture
type : TinyLife.Objects.FurnitureType
description : The furniture type to select
- id : preview
type : TinyLife.Objects.Furniture
description : An instance of the given <code data-dev-comment-type="paramref" class="paramref">furniture</code>
- id : variation
type : System.Action{TinyLife.Objects.Furniture}
description : A function that represents a furniture variation to place
- id : rotation
type : MLEM.Misc.Direction2
description : The rotation to select
- id : colors
type : System.Int32[]
description : The colors to select
- id : exact
type : System.Boolean
description : Whether or not the <code data-dev-comment-type="paramref" class="paramref">preview</code> is the exact instance that should be placed
content.vb : Public Sub SelectFurniture(furniture As FurnitureType, preview As Furniture, variation As Action(Of Furniture), rotation As Direction2, colors As Integer(), exact As Boolean = False)
overload : TinyLife.Tools.FurniturePlacer.SelectFurniture*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action(Of Furniture), Direction2, Integer(), Boolean)
fullName.vb : TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action(Of TinyLife.Objects.Furniture), MLEM.Misc.Direction2, Integer(), Boolean)
name.vb : SelectFurniture(FurnitureType, Furniture, Action(Of Furniture), Direction2, Integer(), Boolean)
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Tools.FurniturePlacer.UnselectFurniture
commentId : M:TinyLife.Tools.FurniturePlacer.UnselectFurniture
id : UnselectFurniture
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : UnselectFurniture()
nameWithType : FurniturePlacer.UnselectFurniture()
fullName : TinyLife.Tools.FurniturePlacer.UnselectFurniture()
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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-30 20:44:32 +02:00
id : UnselectFurniture
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2022-12-20 13:25:03 +01:00
startLine : 215
2021-08-30 20:44:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nUnselects the currently <xref href=\"TinyLife.Tools.FurniturePlacer.SelectedFurniture\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public void UnselectFurniture()
2023-03-30 18:07:55 +02:00
content.vb : Public Sub UnselectFurniture()
2021-08-30 20:44:32 +02:00
overload : TinyLife.Tools.FurniturePlacer.UnselectFurniture*
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
id : GetCustomPrice(TinyLife.Objects.Furniture)
parent : TinyLife.Tools.FurniturePlacer
langs :
- csharp
- vb
name : GetCustomPrice(Furniture)
nameWithType : FurniturePlacer.GetCustomPrice(Furniture)
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
type : Method
source :
remote :
path : TinyLife/Tools/FurniturePlacer.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-10-14 20:30:40 +02:00
id : GetCustomPrice
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/FurniturePlacer.cs
2023-03-30 18:07:55 +02:00
startLine : 378
2021-10-14 20:30:40 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
summary : "\nReturns the custom price that the given <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> should be sold with on the furniture tool.\nThis is influenced by the <xref href=\"TinyLife.GameImpl.CurrentHousehold\" data-throw-if-not-resolved=\"false\"></xref>'s people's personalities, as well as the <xref href=\"TinyLife.Tools.FurniturePlacer.OnGetCustomPrice\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
example : [ ]
syntax :
content : public static float? GetCustomPrice(Furniture furniture)
parameters :
- id : furniture
type : TinyLife.Objects.Furniture
description : The furniture whose price to get
return :
type : System.Nullable{System.Single}
description : The furniture's custom price, or null to use the default price
content.vb : Public Shared Function GetCustomPrice(furniture As Furniture) As Single?
overload : TinyLife.Tools.FurniturePlacer.GetCustomPrice*
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.Tools.FurnitureTool
commentId : T:TinyLife.Tools.FurnitureTool
name : FurnitureTool
nameWithType : FurnitureTool
fullName : TinyLife.Tools.FurnitureTool
- uid : TinyLife.Tools.MoveTool
commentId : T:TinyLife.Tools.MoveTool
parent : TinyLife.Tools
name : MoveTool
nameWithType : MoveTool
fullName : TinyLife.Tools.MoveTool
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Tools
name : Tools
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Tools
name : Tools
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2021-08-04 06:51:12 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.FurniturePlacer.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<FurniturePlacer>(FurniturePlacer)
nameWithType : Extensions.JsonCopy<FurniturePlacer>(FurniturePlacer)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.FurniturePlacer>(TinyLife.Tools.FurniturePlacer)
nameWithType.vb : Extensions.JsonCopy(Of FurniturePlacer)(FurniturePlacer)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.FurniturePlacer)(TinyLife.Tools.FurniturePlacer)
name.vb : JsonCopy(Of FurniturePlacer)(FurniturePlacer)
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.Tools.FurniturePlacer)
name : JsonCopy
- name : <
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
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.Tools.FurniturePlacer)
name : JsonCopy
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
- name : )
- name : (
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
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-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
2023-03-30 18:07:55 +02:00
name : GetCustomPrice(Furniture)
nameWithType : FurniturePlacer.GetCustomPrice(Furniture)
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
spec.csharp :
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
name : GetCustomPrice
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : )
spec.vb :
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
name : GetCustomPrice
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : )
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
commentId : T:TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
parent : TinyLife.Tools
name : FurniturePlacer.GetCustomPriceDelegate
nameWithType : FurniturePlacer.GetCustomPriceDelegate
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
- name : .
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
name : GetCustomPriceDelegate
spec.vb :
- uid : TinyLife.Tools.FurniturePlacer
name : FurniturePlacer
- name : .
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
name : GetCustomPriceDelegate
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType
commentId : T:TinyLife.Objects.FurnitureType
parent : TinyLife.Objects
name : FurnitureType
nameWithType : FurnitureType
fullName : TinyLife.Objects.FurnitureType
- uid : TinyLife.Tools.FurniturePlacer.SelectedFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectedFurniture
name : SelectedFurniture
nameWithType : FurniturePlacer.SelectedFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectedFurniture
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectedFurniture
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedFurniture
2023-03-30 18:07:55 +02:00
name : SelectedFurniture
nameWithType : FurniturePlacer.SelectedFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectedFurniture
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectedPreview*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectedPreview
name : SelectedPreview
nameWithType : FurniturePlacer.SelectedPreview
fullName : TinyLife.Tools.FurniturePlacer.SelectedPreview
- uid : TinyLife.Objects.Furniture
commentId : T:TinyLife.Objects.Furniture
parent : TinyLife.Objects
name : Furniture
nameWithType : Furniture
fullName : TinyLife.Objects.Furniture
- uid : TinyLife.Tools.FurniturePlacer.SelectedColors*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectedColors
name : SelectedColors
nameWithType : FurniturePlacer.SelectedColors
fullName : TinyLife.Tools.FurniturePlacer.SelectedColors
- uid : System.Int32[]
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()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.int32
- name : '['
- name : ']'
2021-08-04 06:51:12 +02:00
spec.vb :
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
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.int32
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.#ctor*
commentId : Overload:TinyLife.Tools.FurniturePlacer.#ctor
name : FurniturePlacer
nameWithType : FurniturePlacer.FurniturePlacer
fullName : TinyLife.Tools.FurniturePlacer.FurniturePlacer
2023-03-30 18:07:55 +02:00
nameWithType.vb : FurniturePlacer.New
fullName.vb : TinyLife.Tools.FurniturePlacer.New
name.vb : New
2022-07-28 14:58:38 +02:00
- uid : System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}
commentId : T:System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}
2021-08-04 06:51:12 +02:00
parent : System
2022-07-28 14:58:38 +02:00
definition : System.Action`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-28 14:58:38 +02:00
name : Action<Furniture, UndoableAction>
nameWithType : Action<Furniture, UndoableAction>
fullName : System.Action<TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction>
nameWithType.vb : Action(Of Furniture, UndoableAction)
fullName.vb : System.Action(Of TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction)
name.vb : Action(Of Furniture, UndoableAction)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.UndoableAction
name : UndoableAction
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.UndoableAction
name : UndoableAction
2021-08-04 06:51:12 +02:00
- name : )
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
commentId : T:System.Action`2
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.action-2
2022-07-28 14:58:38 +02:00
name : Action<T1, T2>
nameWithType : Action<T1, T2>
fullName : System.Action<T1, T2>
nameWithType.vb : Action(Of T1, T2)
fullName.vb : System.Action(Of T1, T2)
name.vb : Action(Of T1, T2)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name : <
2022-07-28 14:58:38 +02:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- name : T2
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-07-28 14:58:38 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- name : T2
2021-08-04 06:51:12 +02:00
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
commentId : M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
name : Update(GameTime)
nameWithType : Tool.Update(GameTime)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
name : Update
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
name : Update
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
- name : )
- uid : TinyLife.Tools.FurniturePlacer.Update*
commentId : Overload:TinyLife.Tools.FurniturePlacer.Update
name : Update
nameWithType : FurniturePlacer.Update
fullName : TinyLife.Tools.FurniturePlacer.Update
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
- uid : TinyLife.Tools.FurniturePlacer.SelectedPreview
commentId : P:TinyLife.Tools.FurniturePlacer.SelectedPreview
2023-03-30 18:07:55 +02:00
name : SelectedPreview
nameWithType : FurniturePlacer.SelectedPreview
fullName : TinyLife.Tools.FurniturePlacer.SelectedPreview
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.Draw*
commentId : Overload:TinyLife.Tools.FurniturePlacer.Draw
name : Draw
nameWithType : FurniturePlacer.Draw
fullName : TinyLife.Tools.FurniturePlacer.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
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
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
2022-11-12 13:53:28 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : ShouldHighlightSelectedObject(object)
nameWithType : Tool.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(object)
nameWithType.vb : Tool.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
- name : (
2022-11-12 13:53:28 +01:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-11-12 13:53:28 +01: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 :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
- name : (
2022-11-12 13:53:28 +01: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-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject*
commentId : Overload:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject
name : ShouldHighlightSelectedObject
nameWithType : FurniturePlacer.ShouldHighlightSelectedObject
fullName : TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject
2021-08-04 06:51:12 +02:00
- 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.Tools.Tool.GetMouseCursor
commentId : M:TinyLife.Tools.Tool.GetMouseCursor
parent : TinyLife.Tools.Tool
name : GetMouseCursor()
nameWithType : Tool.GetMouseCursor()
fullName : TinyLife.Tools.Tool.GetMouseCursor()
spec.csharp :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
- name : (
- name : )
- uid : TinyLife.Tools.FurniturePlacer.GetMouseCursor*
commentId : Overload:TinyLife.Tools.FurniturePlacer.GetMouseCursor
name : GetMouseCursor
nameWithType : FurniturePlacer.GetMouseCursor
fullName : TinyLife.Tools.FurniturePlacer.GetMouseCursor
- uid : TinyLife.Uis.CursorType
commentId : T:TinyLife.Uis.CursorType
parent : TinyLife.Uis
name : CursorType
nameWithType : CursorType
fullName : TinyLife.Uis.CursorType
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Uis
name : Uis
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Uis
name : Uis
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.FurniturePlacer.SelectFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.SelectFurniture
name : SelectFurniture
nameWithType : FurniturePlacer.SelectFurniture
fullName : TinyLife.Tools.FurniturePlacer.SelectFurniture
2022-07-28 14:58:38 +02:00
- uid : System.Action{TinyLife.Objects.Furniture}
commentId : T:System.Action{TinyLife.Objects.Furniture}
parent : System
definition : System.Action`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-28 14:58:38 +02:00
name : Action<Furniture>
nameWithType : Action<Furniture>
fullName : System.Action<TinyLife.Objects.Furniture>
nameWithType.vb : Action(Of Furniture)
fullName.vb : System.Action(Of TinyLife.Objects.Furniture)
name.vb : Action(Of Furniture)
spec.csharp :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-28 14:58:38 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : '>'
spec.vb :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : )
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc.Direction2
commentId : T:MLEM.Misc.Direction2
parent : MLEM.Misc
isExternal : true
name : Direction2
nameWithType : Direction2
fullName : MLEM.Misc.Direction2
2022-07-28 14:58:38 +02:00
- uid : System.Action`1
commentId : T:System.Action`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-28 14:58:38 +02:00
name : Action<T>
nameWithType : Action<T>
fullName : System.Action<T>
nameWithType.vb : Action(Of T)
fullName.vb : System.Action(Of T)
name.vb : Action(Of T)
spec.csharp :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-28 14:58:38 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- name : T
- name : )
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
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Tools.FurniturePlacer.UnselectFurniture*
commentId : Overload:TinyLife.Tools.FurniturePlacer.UnselectFurniture
name : UnselectFurniture
nameWithType : FurniturePlacer.UnselectFurniture
fullName : TinyLife.Tools.FurniturePlacer.UnselectFurniture
2021-10-14 20:30:40 +02:00
- uid : TinyLife.GameImpl.CurrentHousehold
commentId : P:TinyLife.GameImpl.CurrentHousehold
2023-03-30 18:07:55 +02:00
name : CurrentHousehold
nameWithType : GameImpl.CurrentHousehold
fullName : TinyLife.GameImpl.CurrentHousehold
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
commentId : E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
2023-03-30 18:07:55 +02:00
name : OnGetCustomPrice
nameWithType : FurniturePlacer.OnGetCustomPrice
fullName : TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Tools.FurniturePlacer.GetCustomPrice*
commentId : Overload:TinyLife.Tools.FurniturePlacer.GetCustomPrice
name : GetCustomPrice
nameWithType : FurniturePlacer.GetCustomPrice
fullName : TinyLife.Tools.FurniturePlacer.GetCustomPrice
- uid : System.Nullable{System.Single}
commentId : T:System.Nullable{System.Single}
parent : System
definition : System.Nullable`1
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-10-14 20:30:40 +02:00
spec.csharp :
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2021-10-14 20:30:40 +02:00
spec.vb :
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2021-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : T
- name : )