### YamlMime:ManagedReference items: - uid: TinyLife.Tools.FurniturePlacer commentId: T:TinyLife.Tools.FurniturePlacer id: FurniturePlacer parent: TinyLife.Tools children: - TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction}) - TinyLife.Tools.FurniturePlacer.CanPlace - TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch) - TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult - TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture) - TinyLife.Tools.FurniturePlacer.GetMouseCursor - TinyLife.Tools.FurniturePlacer.OnGetCustomPrice - TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean) - TinyLife.Tools.FurniturePlacer.SelectedColors - TinyLife.Tools.FurniturePlacer.SelectedFurniture - TinyLife.Tools.FurniturePlacer.SelectedPreview - TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object) - TinyLife.Tools.FurniturePlacer.UnselectFurniture - TinyLife.Tools.FurniturePlacer.Update langs: - csharp - vb name: FurniturePlacer nameWithType: FurniturePlacer fullName: TinyLife.Tools.FurniturePlacer type: Class source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FurniturePlacer path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- A helper class that represents a tool part which allows the placement and movement of furniture objects. This class is used by and . 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 - 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetCustomPrice path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- An event that is invoked when is called. Use this event to change the custom price of a furniture item bought in the furniture tool. example: [] syntax: content: public static event FurniturePlacer.GetCustomPriceDelegate OnGetCustomPrice return: type: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate content.vb: Public Shared Event OnGetCustomPrice As FurniturePlacer.GetCustomPriceDelegate - 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedFurniture path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Tools summary: The that is currently selected for placement example: [] syntax: content: public FurnitureType SelectedFurniture { get; } parameters: [] return: type: TinyLife.Objects.FurnitureType content.vb: Public Property SelectedFurniture As FurnitureType 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedPreview path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Tools summary: An instance of the example: [] syntax: content: public Furniture SelectedPreview { get; } parameters: [] return: type: TinyLife.Objects.Furniture content.vb: Public Property SelectedPreview As Furniture 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedColors path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Tools summary: The color indices that are currently selected for the example: [] syntax: content: public int[] SelectedColors { get; } parameters: [] return: type: System.Int32[] content.vb: Public Property SelectedColors As Integer() overload: TinyLife.Tools.FurniturePlacer.SelectedColors* - 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})' parent: TinyLife.Tools.FurniturePlacer langs: - csharp - vb name: FurniturePlacer(Action) nameWithType: FurniturePlacer.FurniturePlacer(Action) fullName: TinyLife.Tools.FurniturePlacer.FurniturePlacer(System.Action) type: Constructor source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Tools summary: Creates a new furniture placer with the given settings example: [] syntax: content: public FurniturePlacer(Action onPlaced = null) parameters: - id: onPlaced type: System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction} description: An action that is invoked when the given furniture is placed by this placer content.vb: Public Sub New(onPlaced As Action(Of Furniture, UndoableAction) = Nothing) overload: TinyLife.Tools.FurniturePlacer.#ctor* 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)) - 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- Updates this furniture placer. This should be called in each frame. example: [] syntax: content: public void Update() content.vb: Public Sub Update() overload: TinyLife.Tools.FurniturePlacer.Update* - 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) parent: TinyLife.Tools.FurniturePlacer langs: - csharp - vb name: Draw(GameTime, SpriteBatch) nameWithType: FurniturePlacer.Draw(GameTime, SpriteBatch) fullName: TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch) type: Method source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Tools summary: Draws the of this furniture placer example: [] syntax: content: public void Draw(GameTime time, SpriteBatch batch) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game's time - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to use for drawing content.vb: Public Sub Draw(time As GameTime, batch As SpriteBatch) overload: TinyLife.Tools.FurniturePlacer.Draw* - uid: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object) commentId: M:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object) id: ShouldHighlightSelectedObject(System.Object) parent: TinyLife.Tools.FurniturePlacer langs: - csharp - vb name: ShouldHighlightSelectedObject(object) nameWithType: FurniturePlacer.ShouldHighlightSelectedObject(object) fullName: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(object) type: Method source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- Whether or not the should currently have a white highlight around it. This method defaults to return true if is false. example: [] syntax: content: public bool ShouldHighlightSelectedObject(object obj) parameters: - id: obj type: System.Object description: The selected object, which can be a or a . return: type: System.Boolean description: Whether or not the selected object should be highlighted content.vb: Public Function ShouldHighlightSelectedObject(obj As Object) As Boolean overload: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject* nameWithType.vb: FurniturePlacer.ShouldHighlightSelectedObject(Object) fullName.vb: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(Object) name.vb: ShouldHighlightSelectedObject(Object) - 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- Returns the that this tool should currently display. By default, is returned. example: [] syntax: content: public CursorType GetMouseCursor() return: type: TinyLife.Uis.CursorType description: The cursor type content.vb: Public Function GetMouseCursor() As CursorType overload: TinyLife.Tools.FurniturePlacer.GetMouseCursor* - uid: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult commentId: M:TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult id: GetCurrentCanPlaceResult parent: TinyLife.Tools.FurniturePlacer langs: - csharp - vb name: GetCurrentCanPlaceResult() nameWithType: FurniturePlacer.GetCurrentCanPlaceResult() fullName: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult() type: Method source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentCanPlaceResult path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Tools syntax: content: public CanPlaceResult GetCurrentCanPlaceResult() return: type: TinyLife.Tools.CanPlaceResult content.vb: Public Function GetCurrentCanPlaceResult() As CanPlaceResult overload: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult* - 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 name: SelectFurniture(FurnitureType, Furniture, Action, Direction2, int[], bool) nameWithType: FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action, Direction2, int[], bool) fullName: TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action, MLEM.Misc.Direction2, int[], bool) type: Method source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectFurniture path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- Selects the given . If exact is enabled, the preview is the exact furniture instance that will be placed. If it is false, a new instance of the given furniture will be created upon placement. example: [] syntax: content: public void SelectFurniture(FurnitureType furniture, Furniture preview, Action 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 furniture - 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 preview 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* 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) - 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UnselectFurniture path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Tools summary: Unselects the currently example: [] syntax: content: public void UnselectFurniture() content.vb: Public Sub UnselectFurniture() overload: TinyLife.Tools.FurniturePlacer.UnselectFurniture* - uid: TinyLife.Tools.FurniturePlacer.CanPlace commentId: M:TinyLife.Tools.FurniturePlacer.CanPlace id: CanPlace parent: TinyLife.Tools.FurniturePlacer langs: - csharp - vb name: CanPlace() nameWithType: FurniturePlacer.CanPlace() fullName: TinyLife.Tools.FurniturePlacer.CanPlace() type: Method source: remote: path: TinyLife/Tools/FurniturePlacer.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPlace path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Tools syntax: content: public CanPlaceResult CanPlace() return: type: TinyLife.Tools.CanPlaceResult content.vb: Public Function CanPlace() As CanPlaceResult overload: TinyLife.Tools.FurniturePlacer.CanPlace* - 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCustomPrice path: ../TinyLife/Tools/FurniturePlacer.cs startLine: 430 assemblies: - Tiny Life namespace: TinyLife.Tools summary: >- Returns the custom price that the given should be sold with on the furniture tool. This is influenced by the 's people's personalities, as well as the event. 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* references: - uid: TinyLife.Tools.FurnitureTool commentId: T:TinyLife.Tools.FurnitureTool href: TinyLife.Tools.FurnitureTool.html name: FurnitureTool nameWithType: FurnitureTool fullName: TinyLife.Tools.FurnitureTool - uid: TinyLife.Tools.MoveTool commentId: T:TinyLife.Tools.MoveTool parent: TinyLife.Tools href: TinyLife.Tools.MoveTool.html name: MoveTool nameWithType: MoveTool fullName: TinyLife.Tools.MoveTool - uid: TinyLife.Tools commentId: N:TinyLife.Tools href: TinyLife.html name: TinyLife.Tools nameWithType: TinyLife.Tools fullName: TinyLife.Tools spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Tools name: Tools href: TinyLife.Tools.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Tools name: Tools href: TinyLife.Tools.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true 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) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true 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) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true 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) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - 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) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(FurniturePlacer) nameWithType: Extensions.JsonCopy(FurniturePlacer) fullName: TinyLife.Utilities.Extensions.JsonCopy(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) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.FurniturePlacer) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.Tools.FurniturePlacer name: FurniturePlacer href: TinyLife.Tools.FurniturePlacer.html - name: '>' - name: ( - uid: TinyLife.Tools.FurniturePlacer name: FurniturePlacer href: TinyLife.Tools.FurniturePlacer.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.FurniturePlacer) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.Tools.FurniturePlacer name: FurniturePlacer href: TinyLife.Tools.FurniturePlacer.html - name: ) - name: ( - uid: TinyLife.Tools.FurniturePlacer name: FurniturePlacer href: TinyLife.Tools.FurniturePlacer.html - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities href: TinyLife.Utilities.Extensions.html name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities href: TinyLife.html name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html - uid: TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture) commentId: M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture) href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_ 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 href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ) spec.vb: - uid: TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture) name: GetCustomPrice href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ) - uid: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate commentId: T:TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate parent: TinyLife.Tools href: TinyLife.Tools.FurniturePlacer.html name: FurniturePlacer.GetCustomPriceDelegate nameWithType: FurniturePlacer.GetCustomPriceDelegate fullName: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate spec.csharp: - uid: TinyLife.Tools.FurniturePlacer name: FurniturePlacer href: TinyLife.Tools.FurniturePlacer.html - name: . - uid: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate name: GetCustomPriceDelegate href: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.html spec.vb: - uid: TinyLife.Tools.FurniturePlacer name: FurniturePlacer href: TinyLife.Tools.FurniturePlacer.html - name: . - uid: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate name: GetCustomPriceDelegate href: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.html - uid: TinyLife.Objects.FurnitureType commentId: T:TinyLife.Objects.FurnitureType parent: TinyLife.Objects href: TinyLife.Objects.FurnitureType.html name: FurnitureType nameWithType: FurnitureType fullName: TinyLife.Objects.FurnitureType - uid: TinyLife.Tools.FurniturePlacer.SelectedFurniture* commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectedFurniture href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedFurniture name: SelectedFurniture nameWithType: FurniturePlacer.SelectedFurniture fullName: TinyLife.Tools.FurniturePlacer.SelectedFurniture - uid: TinyLife.Objects commentId: N:TinyLife.Objects href: TinyLife.html name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html - uid: TinyLife.Tools.FurniturePlacer.SelectedFurniture commentId: P:TinyLife.Tools.FurniturePlacer.SelectedFurniture href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedFurniture name: SelectedFurniture nameWithType: FurniturePlacer.SelectedFurniture fullName: TinyLife.Tools.FurniturePlacer.SelectedFurniture - uid: TinyLife.Tools.FurniturePlacer.SelectedPreview* commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectedPreview href: TinyLife.Tools.FurniturePlacer.html#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 href: TinyLife.Objects.Furniture.html name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - uid: TinyLife.Tools.FurniturePlacer.SelectedColors* commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectedColors href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedColors name: SelectedColors nameWithType: FurniturePlacer.SelectedColors fullName: TinyLife.Tools.FurniturePlacer.SelectedColors - uid: System.Int32[] isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int[] nameWithType: int[] fullName: int[] nameWithType.vb: Integer() fullName.vb: Integer() name.vb: Integer() spec.csharp: - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '[' - name: ']' spec.vb: - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ( - name: ) - uid: TinyLife.Tools.FurniturePlacer.#ctor* commentId: Overload:TinyLife.Tools.FurniturePlacer.#ctor href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer__ctor_System_Action_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction__ name: FurniturePlacer nameWithType: FurniturePlacer.FurniturePlacer fullName: TinyLife.Tools.FurniturePlacer.FurniturePlacer nameWithType.vb: FurniturePlacer.New fullName.vb: TinyLife.Tools.FurniturePlacer.New name.vb: New - uid: System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction} commentId: T:System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction} parent: System definition: System.Action`2 href: https://learn.microsoft.com/dotnet/api/system.action-2 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of Furniture, UndoableAction) fullName.vb: System.Action(Of TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction) name.vb: Action(Of Furniture, UndoableAction) spec.csharp: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: TinyLife.Tools.UndoableAction name: UndoableAction href: TinyLife.Tools.UndoableAction.html - name: '>' spec.vb: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: TinyLife.Tools.UndoableAction name: UndoableAction href: TinyLife.Tools.UndoableAction.html - name: ) - uid: System.Action`2 commentId: T:System.Action`2 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T1, T2) fullName.vb: System.Action(Of T1, T2) name.vb: Action(Of T1, T2) spec.csharp: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) parent: TinyLife.Tools.Tool isExternal: true href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_ name: Update(GameTime, bool) nameWithType: Tool.Update(GameTime, bool) fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool) nameWithType.vb: Tool.Update(GameTime, Boolean) fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean) name.vb: Update(GameTime, Boolean) spec.csharp: - uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) name: Update href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean) name: Update href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Tools.FurniturePlacer.Update* commentId: Overload:TinyLife.Tools.FurniturePlacer.Update href: TinyLife.Tools.FurniturePlacer.html#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 href: TinyLife.Tools.Tool.html name: Tool nameWithType: Tool fullName: TinyLife.Tools.Tool - uid: TinyLife.Tools.FurniturePlacer.SelectedPreview commentId: P:TinyLife.Tools.FurniturePlacer.SelectedPreview href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectedPreview name: SelectedPreview nameWithType: FurniturePlacer.SelectedPreview fullName: TinyLife.Tools.FurniturePlacer.SelectedPreview - uid: TinyLife.Tools.FurniturePlacer.Draw* commentId: Overload:TinyLife.Tools.FurniturePlacer.Draw href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_ name: Draw nameWithType: FurniturePlacer.Draw fullName: TinyLife.Tools.FurniturePlacer.Draw - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch parent: Microsoft.Xna.Framework.Graphics isExternal: true name: SpriteBatch nameWithType: SpriteBatch 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 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 - 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 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 - uid: TinyLife.Tools.Tool.SelectedObject commentId: P:TinyLife.Tools.Tool.SelectedObject parent: TinyLife.Tools.Tool href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedObject name: SelectedObject nameWithType: Tool.SelectedObject fullName: TinyLife.Tools.Tool.SelectedObject - uid: TinyLife.GameImpl.IsCursorOnUi commentId: M:TinyLife.GameImpl.IsCursorOnUi href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi name: IsCursorOnUi() nameWithType: GameImpl.IsCursorOnUi() fullName: TinyLife.GameImpl.IsCursorOnUi() spec.csharp: - uid: TinyLife.GameImpl.IsCursorOnUi name: IsCursorOnUi href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi - name: ( - name: ) spec.vb: - uid: TinyLife.GameImpl.IsCursorOnUi name: IsCursorOnUi href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi - name: ( - name: ) - uid: TinyLife.Objects.MapObject commentId: T:TinyLife.Objects.MapObject parent: TinyLife.Objects href: TinyLife.Objects.MapObject.html name: MapObject nameWithType: MapObject fullName: TinyLife.Objects.MapObject - uid: TinyLife.Objects.WallLike commentId: T:TinyLife.Objects.WallLike parent: TinyLife.Objects href: TinyLife.Objects.WallLike.html name: WallLike nameWithType: WallLike fullName: TinyLife.Objects.WallLike - uid: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject* commentId: Overload:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_ShouldHighlightSelectedObject_System_Object_ name: ShouldHighlightSelectedObject nameWithType: FurniturePlacer.ShouldHighlightSelectedObject fullName: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: TinyLife.Uis.CursorType commentId: T:TinyLife.Uis.CursorType parent: TinyLife.Uis href: TinyLife.Uis.CursorType.html name: CursorType nameWithType: CursorType fullName: TinyLife.Uis.CursorType - uid: TinyLife.Uis.CursorType.Default commentId: F:TinyLife.Uis.CursorType.Default href: TinyLife.Uis.CursorType.html#TinyLife_Uis_CursorType_Default name: Default nameWithType: CursorType.Default fullName: TinyLife.Uis.CursorType.Default - uid: TinyLife.Tools.FurniturePlacer.GetMouseCursor* commentId: Overload:TinyLife.Tools.FurniturePlacer.GetMouseCursor href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetMouseCursor name: GetMouseCursor nameWithType: FurniturePlacer.GetMouseCursor fullName: TinyLife.Tools.FurniturePlacer.GetMouseCursor - uid: TinyLife.Uis commentId: N:TinyLife.Uis href: TinyLife.html name: TinyLife.Uis nameWithType: TinyLife.Uis fullName: TinyLife.Uis spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html - uid: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult* commentId: Overload:TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCurrentCanPlaceResult name: GetCurrentCanPlaceResult nameWithType: FurniturePlacer.GetCurrentCanPlaceResult fullName: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult - uid: TinyLife.Tools.CanPlaceResult commentId: T:TinyLife.Tools.CanPlaceResult parent: TinyLife.Tools href: TinyLife.Tools.CanPlaceResult.html name: CanPlaceResult nameWithType: CanPlaceResult fullName: TinyLife.Tools.CanPlaceResult - uid: TinyLife.Tools.FurniturePlacer.SelectFurniture* commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectFurniture href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectFurniture_TinyLife_Objects_FurnitureType_TinyLife_Objects_Furniture_System_Action_TinyLife_Objects_Furniture__MLEM_Misc_Direction2_System_Int32___System_Boolean_ name: SelectFurniture nameWithType: FurniturePlacer.SelectFurniture fullName: TinyLife.Tools.FurniturePlacer.SelectFurniture - uid: System.Action{TinyLife.Objects.Furniture} commentId: T:System.Action{TinyLife.Objects.Furniture} parent: System definition: System.Action`1 href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action 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 href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ) - uid: MLEM.Misc.Direction2 commentId: T:MLEM.Misc.Direction2 parent: MLEM.Misc isExternal: true name: Direction2 nameWithType: Direction2 fullName: MLEM.Misc.Direction2 - uid: System.Action`1 commentId: T:System.Action`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action 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 href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc 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 - uid: TinyLife.Tools.FurniturePlacer.UnselectFurniture* commentId: Overload:TinyLife.Tools.FurniturePlacer.UnselectFurniture href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_UnselectFurniture name: UnselectFurniture nameWithType: FurniturePlacer.UnselectFurniture fullName: TinyLife.Tools.FurniturePlacer.UnselectFurniture - uid: TinyLife.Tools.FurniturePlacer.CanPlace* commentId: Overload:TinyLife.Tools.FurniturePlacer.CanPlace href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_CanPlace name: CanPlace nameWithType: FurniturePlacer.CanPlace fullName: TinyLife.Tools.FurniturePlacer.CanPlace - uid: TinyLife.GameImpl.CurrentHousehold commentId: P:TinyLife.GameImpl.CurrentHousehold href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentHousehold name: CurrentHousehold nameWithType: GameImpl.CurrentHousehold fullName: TinyLife.GameImpl.CurrentHousehold - uid: TinyLife.Tools.FurniturePlacer.OnGetCustomPrice commentId: E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_OnGetCustomPrice name: OnGetCustomPrice nameWithType: FurniturePlacer.OnGetCustomPrice fullName: TinyLife.Tools.FurniturePlacer.OnGetCustomPrice - uid: TinyLife.Tools.FurniturePlacer.GetCustomPrice* commentId: Overload:TinyLife.Tools.FurniturePlacer.GetCustomPrice href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCustomPrice_TinyLife_Objects_Furniture_ 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 href: https://learn.microsoft.com/dotnet/api/system.single name: float? nameWithType: float? fullName: float? nameWithType.vb: Single? fullName.vb: Single? name.vb: Single? spec.csharp: - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' spec.vb: - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable 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 href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: ( - name: Of - name: " " - name: T - name: )