mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
1464 lines
47 KiB
YAML
1464 lines
47 KiB
YAML
### 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.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
- TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
|
- TinyLife.Tools.FurniturePlacer.GetMouseCursor
|
|
- TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
|
|
- 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)
|
|
- 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: "\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
|
|
modifiers.csharp:
|
|
- public
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- 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: "\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
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- 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: 38
|
|
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
|
|
content.vb: Public ReadOnly Property SelectedFurniture As FurnitureType
|
|
overload: TinyLife.Tools.FurniturePlacer.SelectedFurniture*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- 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: 42
|
|
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
|
|
content.vb: Public ReadOnly Property SelectedPreview As Furniture
|
|
overload: TinyLife.Tools.FurniturePlacer.SelectedPreview*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- 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: 46
|
|
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[]
|
|
content.vb: Public ReadOnly Property SelectedColors As Integer()
|
|
overload: TinyLife.Tools.FurniturePlacer.SelectedColors*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- 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<Furniture, UndoableAction>)
|
|
nameWithType: FurniturePlacer.FurniturePlacer(Action<Furniture, UndoableAction>)
|
|
fullName: TinyLife.Tools.FurniturePlacer.FurniturePlacer(System.Action<TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction>)
|
|
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: 63
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nCreates a new furniture placer with the given settings\n"
|
|
example: []
|
|
syntax:
|
|
content: public FurniturePlacer(Action<Furniture, UndoableAction> 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.FurniturePlacer(Action(Of Furniture, UndoableAction))
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Tools.FurniturePlacer.FurniturePlacer(System.Action(Of TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction))
|
|
name.vb: FurniturePlacer(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: 71
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
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"
|
|
example: []
|
|
syntax:
|
|
content: public void Update()
|
|
content.vb: Public Sub Update
|
|
overload: TinyLife.Tools.FurniturePlacer.Update*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- 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: 153
|
|
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
|
|
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*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- 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(System.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: 175
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
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"
|
|
example: []
|
|
syntax:
|
|
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>.
|
|
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*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- 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: 180
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
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"
|
|
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*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- 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<Furniture>, Direction2, Int32[], Boolean)
|
|
nameWithType: FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action<Furniture>, Direction2, Int32[], Boolean)
|
|
fullName: TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action<TinyLife.Objects.Furniture>, MLEM.Misc.Direction2, System.Int32[], System.Boolean)
|
|
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: 196
|
|
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*
|
|
nameWithType.vb: FurniturePlacer.SelectFurniture(FurnitureType, Furniture, Action(Of Furniture), Direction2, Int32(), Boolean)
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType, TinyLife.Objects.Furniture, System.Action(Of TinyLife.Objects.Furniture), MLEM.Misc.Direction2, System.Int32(), System.Boolean)
|
|
name.vb: SelectFurniture(FurnitureType, Furniture, Action(Of Furniture), Direction2, Int32(), 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: 214
|
|
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()
|
|
content.vb: Public Sub UnselectFurniture
|
|
overload: TinyLife.Tools.FurniturePlacer.UnselectFurniture*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- 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: 378
|
|
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*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
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
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object)
|
|
nameWithType: Object.Equals(Object)
|
|
fullName: System.Object.Equals(System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object, Object)
|
|
nameWithType: Object.Equals(Object, Object)
|
|
fullName: System.Object.Equals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetHashCode()
|
|
nameWithType: Object.GetHashCode()
|
|
fullName: System.Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetType()
|
|
nameWithType: Object.GetType()
|
|
fullName: System.Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: MemberwiseClone()
|
|
nameWithType: Object.MemberwiseClone()
|
|
fullName: System.Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ReferenceEquals(Object, Object)
|
|
nameWithType: Object.ReferenceEquals(Object, Object)
|
|
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ToString()
|
|
nameWithType: Object.ToString()
|
|
fullName: System.Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
nameWithType: Object.ToString
|
|
fullName: System.Object.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
nameWithType: Object.ToString
|
|
fullName: System.Object.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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)
|
|
name: JsonCopy<FurniturePlacer>()
|
|
nameWithType: Extensions.JsonCopy<FurniturePlacer>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.FurniturePlacer>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of FurniturePlacer)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.FurniturePlacer)()
|
|
name.vb: JsonCopy(Of FurniturePlacer)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<FurniturePlacer>
|
|
nameWithType: Extensions.JsonCopy<FurniturePlacer>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.FurniturePlacer>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of FurniturePlacer)
|
|
nameWithType: Extensions.JsonCopy(Of FurniturePlacer)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.FurniturePlacer)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
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)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
- uid: TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
|
commentId: M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
|
isExternal: true
|
|
- 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
|
|
- 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
|
|
- uid: TinyLife.Tools.FurniturePlacer.SelectedFurniture
|
|
commentId: P:TinyLife.Tools.FurniturePlacer.SelectedFurniture
|
|
isExternal: true
|
|
- 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
|
|
name: Int32[]
|
|
nameWithType: Int32[]
|
|
fullName: System.Int32[]
|
|
nameWithType.vb: Int32()
|
|
fullName.vb: System.Int32()
|
|
name.vb: Int32()
|
|
spec.csharp:
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
spec.vb:
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- uid: TinyLife.Tools.FurniturePlacer.#ctor*
|
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.#ctor
|
|
name: FurniturePlacer
|
|
nameWithType: FurniturePlacer.FurniturePlacer
|
|
fullName: TinyLife.Tools.FurniturePlacer.FurniturePlacer
|
|
- 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
|
|
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)
|
|
spec.csharp:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Tools.UndoableAction
|
|
name: UndoableAction
|
|
nameWithType: UndoableAction
|
|
fullName: TinyLife.Tools.UndoableAction
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Tools.UndoableAction
|
|
name: UndoableAction
|
|
nameWithType: UndoableAction
|
|
fullName: TinyLife.Tools.UndoableAction
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Action`2
|
|
commentId: T:System.Action`2
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T1
|
|
nameWithType: T1
|
|
fullName: T1
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T2
|
|
nameWithType: T2
|
|
fullName: T2
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T1
|
|
nameWithType: T1
|
|
fullName: T1
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T2
|
|
nameWithType: T2
|
|
fullName: T2
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: Update(GameTime)
|
|
nameWithType: Tool.Update(GameTime)
|
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
name: Update
|
|
nameWithType: Tool.Update
|
|
fullName: TinyLife.Tools.Tool.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
name: Update
|
|
nameWithType: Tool.Update
|
|
fullName: TinyLife.Tools.Tool.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
isExternal: true
|
|
- uid: TinyLife.Tools.FurniturePlacer.Draw*
|
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.Draw
|
|
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
|
|
- 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
|
|
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
commentId: M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: ShouldHighlightSelectedObject(Object)
|
|
nameWithType: Tool.ShouldHighlightSelectedObject(Object)
|
|
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
name: ShouldHighlightSelectedObject
|
|
nameWithType: Tool.ShouldHighlightSelectedObject
|
|
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
name: ShouldHighlightSelectedObject
|
|
nameWithType: Tool.ShouldHighlightSelectedObject
|
|
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject*
|
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject
|
|
name: ShouldHighlightSelectedObject
|
|
nameWithType: FurniturePlacer.ShouldHighlightSelectedObject
|
|
fullName: TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
- 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
|
|
nameWithType: Tool.GetMouseCursor
|
|
fullName: TinyLife.Tools.Tool.GetMouseCursor
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.GetMouseCursor
|
|
name: GetMouseCursor
|
|
nameWithType: Tool.GetMouseCursor
|
|
fullName: TinyLife.Tools.Tool.GetMouseCursor
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
- uid: TinyLife.Tools.FurniturePlacer.SelectFurniture*
|
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectFurniture
|
|
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
|
|
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
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
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
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
isExternal: true
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
- uid: TinyLife.Tools.FurniturePlacer.UnselectFurniture*
|
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.UnselectFurniture
|
|
name: UnselectFurniture
|
|
nameWithType: FurniturePlacer.UnselectFurniture
|
|
fullName: TinyLife.Tools.FurniturePlacer.UnselectFurniture
|
|
- uid: TinyLife.GameImpl.CurrentHousehold
|
|
commentId: P:TinyLife.GameImpl.CurrentHousehold
|
|
isExternal: true
|
|
- uid: TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
|
|
commentId: E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
|
|
isExternal: true
|
|
- 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
|
|
name: Nullable<Single>
|
|
nameWithType: Nullable<Single>
|
|
fullName: System.Nullable<System.Single>
|
|
nameWithType.vb: Nullable(Of Single)
|
|
fullName.vb: System.Nullable(Of System.Single)
|
|
name.vb: Nullable(Of Single)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
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
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|