2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Tools.RemoveTool
commentId : T:TinyLife.Tools.RemoveTool
id : RemoveTool
parent : TinyLife.Tools
children :
- TinyLife.Tools.RemoveTool.#ctor
2022-07-28 14:58:38 +02:00
- TinyLife.Tools.RemoveTool.CanUndoRedo
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.RemoveTool.GetMouseCursor
- TinyLife.Tools.RemoveTool.PlayDestroySound
2022-07-28 14:58:38 +02:00
- TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.RemoveTool.RemoveNonGroundTile(Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof,TinyLife.Tools.UndoableAction,System.Nullable{Microsoft.Xna.Framework.Rectangle})
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.RemoveTool.RemoveStairs(TinyLife.World.Stairs,TinyLife.Tools.UndoableAction)
- TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.Objects.WallLike,TinyLife.Tools.UndoableAction)
2022-11-12 13:53:28 +01:00
- TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(System.Object)
2024-07-26 12:47:59 +02:00
- TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF,System.Single,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)
2022-07-28 14:58:38 +02:00
- TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : RemoveTool
nameWithType : RemoveTool
fullName : TinyLife.Tools.RemoveTool
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
A tool is a type of game mode that is currently active.
Tools are split up into the <xref href="TinyLife.Tools.Tool.PlayModeTool" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Tools.Tool.BuildTools" data-throw-if-not-resolved="false"></xref>, the latter of which holds all tools that can be found in the build menu.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content: 'public class RemoveTool : Tool'
2023-03-30 18:07:55 +02:00
content.vb : Public Class RemoveTool Inherits Tool
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
- TinyLife.Tools.Tool
inheritedMembers :
- TinyLife.Tools.Tool.RemoveTool
- TinyLife.Tools.Tool.MoveTool
- TinyLife.Tools.Tool.PlayModeTool
- TinyLife.Tools.Tool.BuildTools
- TinyLife.Tools.Tool.SelectedObject
- TinyLife.Tools.Tool.SelectedWall
2022-12-20 13:25:03 +01:00
- TinyLife.Tools.Tool.SelectedRoof
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.Tool.SelectedStairs
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.IsRotateCwPressed
- TinyLife.Tools.Tool.IsRotateCcwPressed
- TinyLife.Tools.Tool.IsCopyPressed
2021-11-23 16:24:04 +01:00
- TinyLife.Tools.Tool.OnOpened
- TinyLife.Tools.Tool.OnClosed
- TinyLife.Tools.Tool.OnUpdate
- TinyLife.Tools.Tool.OnDraw
- TinyLife.Tools.Tool.OnInitBuildModeUi
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Input
- TinyLife.Tools.Tool.Map
- TinyLife.Tools.Tool.Money
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.Tool.CurrentFloor
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Texture
- TinyLife.Tools.Tool.DisplayAsTab
- TinyLife.Tools.Tool.MousePos
- TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
- TinyLife.Tools.Tool.Opened
- TinyLife.Tools.Tool.Closed
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.Tool.CanPlaceForTooltip
2022-01-08 12:41:09 +01:00
- TinyLife.Tools.Tool.CanSwitchGameModes
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2024-10-17 17:28:12 +02:00
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2024-08-08 15:31:03 +02:00
- TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2024-04-14 17:55:54 +02:00
- TinyLife.Tools.Tool.SelectFirstContentItem
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Tools.RemoveTool.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Tools.RemoveTool.#ctor
commentId : M:TinyLife.Tools.RemoveTool.#ctor
id : '#ctor'
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : RemoveTool()
nameWithType : RemoveTool.RemoveTool()
fullName : TinyLife.Tools.RemoveTool.RemoveTool()
type : Constructor
assemblies :
- Tiny Life
namespace : TinyLife.Tools
example : [ ]
syntax :
content : public RemoveTool()
2023-03-30 18:07:55 +02:00
content.vb : Public Sub New()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : RemoveTool.New()
fullName.vb : TinyLife.Tools.RemoveTool.New()
name.vb : New()
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
commentId : M:TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
id : Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : Update(GameTime, bool)
nameWithType : RemoveTool.Update(GameTime, bool)
fullName : TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
This method is called every update frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-03-09 19:49:55 +01:00
content : public override void Update(GameTime time, bool cursorOnUi)
2021-08-04 06:51:12 +02:00
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2024-03-09 19:49:55 +01:00
- id : cursorOnUi
type : System.Boolean
2024-04-14 17:55:54 +02:00
description : Whether the cursor is currently covering the ui.
2024-03-09 19:49:55 +01:00
content.vb : Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
overridden : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.Update*
2024-03-09 19:49:55 +01:00
nameWithType.vb : RemoveTool.Update(GameTime, Boolean)
fullName.vb : TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
name.vb : Update(GameTime, Boolean)
- uid : TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
commentId : M:TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
id : Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : Draw(GameTime, SpriteBatch, bool)
nameWithType : RemoveTool.Draw(GameTime, SpriteBatch, bool)
fullName : TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-03-09 19:49:55 +01:00
content : public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
2021-08-04 06:51:12 +02:00
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2021-08-04 06:51:12 +02:00
- id : batch
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
2022-01-08 12:41:09 +01:00
description : The sprite batch used for drawing
2024-03-09 19:49:55 +01:00
- id : cursorOnUi
type : System.Boolean
2024-04-14 17:55:54 +02:00
description : Whether the cursor is currently covering the ui.
2024-03-09 19:49:55 +01:00
content.vb : Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
overridden : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.Draw*
2024-03-09 19:49:55 +01:00
nameWithType.vb : RemoveTool.Draw(GameTime, SpriteBatch, Boolean)
fullName.vb : TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
name.vb : Draw(GameTime, SpriteBatch, Boolean)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.RemoveTool.GetMouseCursor
commentId : M:TinyLife.Tools.RemoveTool.GetMouseCursor
id : GetMouseCursor
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : GetMouseCursor()
nameWithType : RemoveTool.GetMouseCursor()
fullName : TinyLife.Tools.RemoveTool.GetMouseCursor()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Returns the <xref href="TinyLife.Uis.CursorType" data-throw-if-not-resolved="false"></xref> that this tool should currently display.
By default, <xref href="TinyLife.Uis.CursorType.Default" data-throw-if-not-resolved="false"></xref> is returned.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public override CursorType GetMouseCursor()
return :
type : TinyLife.Uis.CursorType
2022-01-08 12:41:09 +01:00
description : The cursor type
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Function GetMouseCursor() As CursorType
2021-08-04 06:51:12 +02:00
overridden : TinyLife.Tools.Tool.GetMouseCursor
overload : TinyLife.Tools.RemoveTool.GetMouseCursor*
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.RemoveTool.CanUndoRedo
commentId : M:TinyLife.Tools.RemoveTool.CanUndoRedo
id : CanUndoRedo
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : CanUndoRedo()
nameWithType : RemoveTool.CanUndoRedo()
fullName : TinyLife.Tools.RemoveTool.CanUndoRedo()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Returns whether or not the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref> can currently operate and thus, whether the <xref href="TinyLife.Tools.UndoRedoStack.Undo" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Tools.UndoRedoStack.Redo" data-throw-if-not-resolved="false"></xref> actions can be called.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
content : public override bool CanUndoRedo()
return :
type : System.Boolean
description : Whether the undo or redo commands can be used right now.
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Function CanUndoRedo() As Boolean
2022-07-28 14:58:38 +02:00
overridden : TinyLife.Tools.Tool.CanUndoRedo
overload : TinyLife.Tools.RemoveTool.CanUndoRedo*
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(System.Object)
id : ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : ShouldHighlightSelectedObject(object)
nameWithType : RemoveTool.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(object)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Whether or not the <xref href="TinyLife.Tools.Tool.SelectedObject" data-throw-if-not-resolved="false"></xref> should currently have a white highlight around it.
This method defaults to return true if <xref href="TinyLife.GameImpl.IsCursorOnUi" data-throw-if-not-resolved="false"></xref> is false.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-11-12 13:53:28 +01:00
content : public override bool ShouldHighlightSelectedObject(object obj)
parameters :
- id : obj
type : System.Object
2023-10-11 16:05:32 +02:00
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.Objects.WallLike" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
2022-01-08 12:41:09 +01:00
description : Whether or not the selected object should be highlighted
2022-11-12 13:53:28 +01:00
content.vb : Public Overrides Function ShouldHighlightSelectedObject(obj As Object) As Boolean
overridden : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject*
2023-03-30 18:07:55 +02:00
nameWithType.vb : RemoveTool.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof,TinyLife.Tools.UndoableAction,System.Nullable{Microsoft.Xna.Framework.Rectangle})
commentId : M:TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof,TinyLife.Tools.UndoableAction,System.Nullable{Microsoft.Xna.Framework.Rectangle})
id : RemoveRoof(TinyLife.World.Roof,TinyLife.Tools.UndoableAction,System.Nullable{Microsoft.Xna.Framework.Rectangle})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : RemoveRoof(Roof, UndoableAction, Rectangle?)
nameWithType : RemoveTool.RemoveRoof(Roof, UndoableAction, Rectangle?)
fullName : TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof, TinyLife.Tools.UndoableAction, Microsoft.Xna.Framework.Rectangle?)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Removes the given roof from the world, additionally removing any <xref href="TinyLife.Objects.ObjectCategory.CeilingHanging" data-throw-if-not-resolved="false"></xref> furniture below it and returning the money for the objects
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-07-28 14:58:38 +02:00
content : public static void RemoveRoof(Roof roof, UndoableAction action, Rectangle? newRoof = null)
2021-08-04 06:51:12 +02:00
parameters :
- id : roof
type : TinyLife.World.Roof
description : The roof to remove
2022-07-28 14:58:38 +02:00
- id : action
type : TinyLife.Tools.UndoableAction
description : The undoable action that this method should add its actions to. If this method should be executed immediately, use the <xref href="TinyLife.Tools.UndoableAction" data-throw-if-not-resolved="false"></xref> immediate constructor.
2022-03-29 11:47:44 +02:00
- id : newRoof
2022-09-05 14:19:42 +02:00
type : System.Nullable{Microsoft.Xna.Framework.Rectangle}
2022-05-24 13:36:05 +02:00
description : The area of a roof that replaces this one, or null if this roof is just being removed without a replacement.
2022-07-28 14:58:38 +02:00
content.vb : Public Shared Sub RemoveRoof(roof As Roof, action As UndoableAction, newRoof As Rectangle? = Nothing)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.RemoveRoof*
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveStairs(TinyLife.World.Stairs,TinyLife.Tools.UndoableAction)
commentId : M:TinyLife.Tools.RemoveTool.RemoveStairs(TinyLife.World.Stairs,TinyLife.Tools.UndoableAction)
id : RemoveStairs(TinyLife.World.Stairs,TinyLife.Tools.UndoableAction)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2023-10-11 16:05:32 +02:00
name : RemoveStairs(Stairs, UndoableAction)
nameWithType : RemoveTool.RemoveStairs(Stairs, UndoableAction)
fullName : TinyLife.Tools.RemoveTool.RemoveStairs(TinyLife.World.Stairs, TinyLife.Tools.UndoableAction)
2021-08-04 06:51:12 +02:00
type : Method
2023-10-11 16:05:32 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Removes the given stairs from the world and refunds the appropriate amount of money.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
content : public static void RemoveStairs(Stairs stairs, UndoableAction action)
parameters :
- id : stairs
type : TinyLife.World.Stairs
description : The stairs to remove.
- id : action
type : TinyLife.Tools.UndoableAction
description : The undoable action that this method should add its actions to. If this method should be executed immediately, use the <xref href="TinyLife.Tools.UndoableAction" data-throw-if-not-resolved="false"></xref> immediate constructor.
content.vb : Public Shared Sub RemoveStairs(stairs As Stairs, action As UndoableAction)
overload : TinyLife.Tools.RemoveTool.RemoveStairs*
- uid : TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.Objects.WallLike,TinyLife.Tools.UndoableAction)
commentId : M:TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.Objects.WallLike,TinyLife.Tools.UndoableAction)
id : RemoveWall(TinyLife.Objects.WallLike,TinyLife.Tools.UndoableAction)
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : RemoveWall(WallLike, UndoableAction)
nameWithType : RemoveTool.RemoveWall(WallLike, UndoableAction)
fullName : TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.Objects.WallLike, TinyLife.Tools.UndoableAction)
type : Method
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Removes the given wall from the world, additionally removing any hanging <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> and adding the required amount of <xref href="TinyLife.Tools.Tool.Money" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public static void RemoveWall(WallLike wall, UndoableAction action)
2021-08-04 06:51:12 +02:00
parameters :
- id : wall
2023-10-11 16:05:32 +02:00
type : TinyLife.Objects.WallLike
2021-08-04 06:51:12 +02:00
description : The wall to remove
2022-07-28 14:58:38 +02:00
- id : action
type : TinyLife.Tools.UndoableAction
description : The undoable action that this method should add its actions to. If this method should be executed immediately, use the <xref href="TinyLife.Tools.UndoableAction" data-throw-if-not-resolved="false"></xref> immediate constructor.
2023-10-11 16:05:32 +02:00
content.vb : Public Shared Sub RemoveWall(wall As WallLike, action As UndoableAction)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.RemoveWall*
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveNonGroundTile(Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)
commentId : M:TinyLife.Tools.RemoveTool.RemoveNonGroundTile(Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)
id : RemoveNonGroundTile(Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : RemoveNonGroundTile(Point, int, UndoableAction)
nameWithType : RemoveTool.RemoveNonGroundTile(Point, int, UndoableAction)
fullName : TinyLife.Tools.RemoveTool.RemoveNonGroundTile(Microsoft.Xna.Framework.Point, int, TinyLife.Tools.UndoableAction)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Removes the given non-ground tile from the map, restores the appropriate amount of money, remoevs any furniture that was on the ground, and spawns the appropriate particles.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
content : public static bool RemoveNonGroundTile(Point pos, int floor, UndoableAction action)
parameters :
- id : pos
type : Microsoft.Xna.Framework.Point
description : The position of the tile to remove.
- id : floor
type : System.Int32
description : The floor of the tile to remove.
- id : action
type : TinyLife.Tools.UndoableAction
description : The undoable action that this method should add its actions to. If this method should be executed immediately, use the <xref href="TinyLife.Tools.UndoableAction" data-throw-if-not-resolved="false"></xref> immediate constructor.
return :
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether the tile will be successfully removed as part of the <code class="paramref">action</code>.
2023-10-11 16:05:32 +02:00
content.vb : Public Shared Function RemoveNonGroundTile(pos As Point, floor As Integer, action As UndoableAction) As Boolean
overload : TinyLife.Tools.RemoveTool.RemoveNonGroundTile*
nameWithType.vb : RemoveTool.RemoveNonGroundTile(Point, Integer, UndoableAction)
fullName.vb : TinyLife.Tools.RemoveTool.RemoveNonGroundTile(Microsoft.Xna.Framework.Point, Integer, TinyLife.Tools.UndoableAction)
name.vb : RemoveNonGroundTile(Point, Integer, UndoableAction)
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
commentId : M:TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
id : RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2022-07-28 14:58:38 +02:00
name : RemoveFurniture(Furniture, UndoableAction)
nameWithType : RemoveTool.RemoveFurniture(Furniture, UndoableAction)
fullName : TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Removes the given furniture from the world, additionally removing all of its <xref href="TinyLife.Objects.Furniture.GetChildren%60%601" data-throw-if-not-resolved="false"></xref> and adding the required amount of <xref href="TinyLife.Tools.Tool.Money" data-throw-if-not-resolved="false"></xref>
Note that the furniture's parent-child relationships are not edited or removed, so <xref href="TinyLife.Objects.Furniture.UnlinkParentsAndChildren" data-throw-if-not-resolved="false"></xref> should be called if the furniture is added into a household storage or similar.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-07-28 14:58:38 +02:00
content : public static bool RemoveFurniture(Furniture furniture, UndoableAction action)
2021-08-04 06:51:12 +02:00
parameters :
- id : furniture
type : TinyLife.Objects.Furniture
description : The furniture item to remove
2022-07-28 14:58:38 +02:00
- id : action
type : TinyLife.Tools.UndoableAction
description : The undoable action that this method should add its actions to. If this method should be executed immediately, use the <xref href="TinyLife.Tools.UndoableAction" data-throw-if-not-resolved="false"></xref> immediate constructor.
2021-08-30 20:44:32 +02:00
return :
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether the removal was a success, which is only false if the passed <code class="paramref">furniture</code> has the <xref href="TinyLife.Objects.ObjectCategory.NonSellable" data-throw-if-not-resolved="false"></xref> category
2022-07-28 14:58:38 +02:00
content.vb : Public Shared Function RemoveFurniture(furniture As Furniture, action As UndoableAction) As Boolean
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.RemoveFurniture*
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
commentId : M:TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
id : StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
2021-08-30 20:44:32 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2022-07-28 14:58:38 +02:00
name : StoreOrRemoveFurniture(Furniture, UndoableAction)
nameWithType : RemoveTool.StoreOrRemoveFurniture(Furniture, UndoableAction)
fullName : TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction)
2021-08-30 20:44:32 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Stores the passed <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> into the current household's <xref href="TinyLife.World.Household.FurnitureStorage" data-throw-if-not-resolved="false"></xref>, or, if there is no current household, removes the object using <xref href="TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture%2cTinyLife.Tools.UndoableAction)" data-throw-if-not-resolved="false"></xref> instead.
If the passed furniture is in the world and has children, the children are also stored (or removed) recursively.
2021-08-30 20:44:32 +02:00
example : [ ]
syntax :
2022-07-28 14:58:38 +02:00
content : public static bool StoreOrRemoveFurniture(Furniture furniture, UndoableAction action)
2021-08-30 20:44:32 +02:00
parameters :
- id : furniture
type : TinyLife.Objects.Furniture
description : The furniture to store (or remove)
2022-07-28 14:58:38 +02:00
- id : action
type : TinyLife.Tools.UndoableAction
description : The undoable action that this method should add its actions to. If this method should be executed immediately, use the <xref href="TinyLife.Tools.UndoableAction" data-throw-if-not-resolved="false"></xref> immediate constructor.
2021-08-30 20:44:32 +02:00
return :
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether the storage or removal was a success, which is only false if there is no current household and the passed <code class="paramref">furniture</code> has the <xref href="TinyLife.Objects.ObjectCategory.NonSellable" data-throw-if-not-resolved="false"></xref> category
2022-07-28 14:58:38 +02:00
content.vb : Public Shared Function StoreOrRemoveFurniture(furniture As Furniture, action As UndoableAction) As Boolean
2021-08-30 20:44:32 +02:00
overload : TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture*
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.RemoveTool.PlayDestroySound
commentId : M:TinyLife.Tools.RemoveTool.PlayDestroySound
id : PlayDestroySound
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : PlayDestroySound()
nameWithType : RemoveTool.PlayDestroySound()
fullName : TinyLife.Tools.RemoveTool.PlayDestroySound()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : Plays the destroy sound
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public static void PlayDestroySound()
2023-03-30 18:07:55 +02:00
content.vb : Public Shared Sub PlayDestroySound()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.RemoveTool.PlayDestroySound*
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
id : SpawnDestroyParticles(TinyLife.Objects.Furniture)
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : SpawnDestroyParticles(Furniture)
nameWithType : RemoveTool.SpawnDestroyParticles(Furniture)
fullName : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Spawns a set of particles for the given <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> being destroyed.
The particles are based on the furniture's textures and colors.
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public static void SpawnDestroyParticles(Furniture furniture)
parameters :
- id : furniture
type : TinyLife.Objects.Furniture
description : The furniture whose particles to spawn.
content.vb : Public Shared Sub SpawnDestroyParticles(furniture As Furniture)
overload : TinyLife.Tools.RemoveTool.SpawnDestroyParticles*
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)
commentId : M:TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)
id : SpawnDestroyParticles(TinyLife.Objects.WallLike)
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
name : SpawnDestroyParticles(WallLike)
nameWithType : RemoveTool.SpawnDestroyParticles(WallLike)
fullName : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Spawns a set of particles for the given <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref> object being destroyed.
The particles are based on the item's textures and colors.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
content : public static void SpawnDestroyParticles(WallLike wall)
parameters :
- id : wall
type : TinyLife.Objects.WallLike
description : The wall whose particles to spawn.
content.vb : Public Shared Sub SpawnDestroyParticles(wall As WallLike)
overload : TinyLife.Tools.RemoveTool.SpawnDestroyParticles*
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF,System.Single,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])
commentId : M:TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF,System.Single,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])
id : SpawnDestroyParticles(MLEM.Maths.RectangleF,System.Single,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])
2022-05-24 13:36:05 +02:00
parent : TinyLife.Tools.RemoveTool
langs :
- csharp
- vb
2023-10-11 16:05:32 +02:00
name : SpawnDestroyParticles(RectangleF, float, float, params (TextureRegion, Color)[])
nameWithType : RemoveTool.SpawnDestroyParticles(RectangleF, float, float, params (TextureRegion, Color)[])
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF, float, float, params (MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color)[])
2022-05-24 13:36:05 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
Spawns a set of particles for an arbitrary object being destroyed.
If a <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> is destroyed, <xref href="TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)" data-throw-if-not-resolved="false"></xref> should be used instead.
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
2023-10-11 16:05:32 +02:00
content : public static void SpawnDestroyParticles(RectangleF area, float floor, float amountMultiplier, params (TextureRegion, Color)[] textures)
2022-05-24 13:36:05 +02:00
parameters :
- id : area
2024-07-26 12:47:59 +02:00
type : MLEM.Maths.RectangleF
2022-05-24 13:36:05 +02:00
description : The area to spawn particles in.
2023-10-11 16:05:32 +02:00
- id : floor
type : System.Single
description : The floor to spawn particles on.
2022-05-24 13:36:05 +02:00
- id : amountMultiplier
type : System.Single
2024-01-07 16:53:47 +01:00
description : The amount of particles that should be spawned, which will be multiplied with the size of the <code class="paramref">area</code>
2022-05-24 13:36:05 +02:00
- id : textures
2022-09-05 14:19:42 +02:00
type : System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[]
2022-05-24 13:36:05 +02:00
description : The textures and their colors to choose from when spawning the particles.
2023-10-11 16:05:32 +02:00
content.vb : Public Shared Sub SpawnDestroyParticles(area As RectangleF, floor As Single, amountMultiplier As Single, ParamArray textures As (TextureRegion, Color)())
2022-05-24 13:36:05 +02:00
overload : TinyLife.Tools.RemoveTool.SpawnDestroyParticles*
2023-10-11 16:05:32 +02:00
nameWithType.vb : RemoveTool.SpawnDestroyParticles(RectangleF, Single, Single, ParamArray (TextureRegion, Color)())
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF, Single, Single, ParamArray (MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color)())
2023-10-11 16:05:32 +02:00
name.vb : SpawnDestroyParticles(RectangleF, Single, Single, ParamArray (TextureRegion, Color)())
2021-08-04 06:51:12 +02:00
references :
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Tools.Tool.PlayModeTool
commentId : F:TinyLife.Tools.Tool.PlayModeTool
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_PlayModeTool
name : PlayModeTool
nameWithType : Tool.PlayModeTool
fullName : TinyLife.Tools.Tool.PlayModeTool
- uid : TinyLife.Tools.Tool.BuildTools
commentId : F:TinyLife.Tools.Tool.BuildTools
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildTools
name : BuildTools
nameWithType : Tool.BuildTools
fullName : TinyLife.Tools.Tool.BuildTools
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Tools
name : Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Tools
name : Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.html
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html
2021-08-04 06:51:12 +02:00
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
- uid : TinyLife.Tools.Tool.RemoveTool
commentId : F:TinyLife.Tools.Tool.RemoveTool
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_RemoveTool
2021-08-04 06:51:12 +02:00
name : RemoveTool
nameWithType : Tool.RemoveTool
fullName : TinyLife.Tools.Tool.RemoveTool
- uid : TinyLife.Tools.Tool.MoveTool
commentId : F:TinyLife.Tools.Tool.MoveTool
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_MoveTool
2021-08-04 06:51:12 +02:00
name : MoveTool
nameWithType : Tool.MoveTool
fullName : TinyLife.Tools.Tool.MoveTool
- uid : TinyLife.Tools.Tool.SelectedObject
commentId : P:TinyLife.Tools.Tool.SelectedObject
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedObject
2021-08-04 06:51:12 +02:00
name : SelectedObject
nameWithType : Tool.SelectedObject
fullName : TinyLife.Tools.Tool.SelectedObject
- uid : TinyLife.Tools.Tool.SelectedWall
commentId : P:TinyLife.Tools.Tool.SelectedWall
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedWall
2021-08-04 06:51:12 +02:00
name : SelectedWall
nameWithType : Tool.SelectedWall
fullName : TinyLife.Tools.Tool.SelectedWall
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Tools.Tool.SelectedRoof
commentId : P:TinyLife.Tools.Tool.SelectedRoof
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedRoof
2022-12-20 13:25:03 +01:00
name : SelectedRoof
nameWithType : Tool.SelectedRoof
fullName : TinyLife.Tools.Tool.SelectedRoof
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.Tool.SelectedStairs
commentId : P:TinyLife.Tools.Tool.SelectedStairs
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedStairs
2023-10-11 16:05:32 +02:00
name : SelectedStairs
nameWithType : Tool.SelectedStairs
fullName : TinyLife.Tools.Tool.SelectedStairs
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Tools.Tool.IsRotateCwPressed
commentId : P:TinyLife.Tools.Tool.IsRotateCwPressed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsRotateCwPressed
2022-05-24 13:36:05 +02:00
name : IsRotateCwPressed
nameWithType : Tool.IsRotateCwPressed
fullName : TinyLife.Tools.Tool.IsRotateCwPressed
- uid : TinyLife.Tools.Tool.IsRotateCcwPressed
commentId : P:TinyLife.Tools.Tool.IsRotateCcwPressed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsRotateCcwPressed
2022-05-24 13:36:05 +02:00
name : IsRotateCcwPressed
nameWithType : Tool.IsRotateCcwPressed
fullName : TinyLife.Tools.Tool.IsRotateCcwPressed
- uid : TinyLife.Tools.Tool.IsCopyPressed
commentId : P:TinyLife.Tools.Tool.IsCopyPressed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsCopyPressed
2022-05-24 13:36:05 +02:00
name : IsCopyPressed
nameWithType : Tool.IsCopyPressed
fullName : TinyLife.Tools.Tool.IsCopyPressed
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Tools.Tool.OnOpened
commentId : E:TinyLife.Tools.Tool.OnOpened
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnOpened
2021-11-23 16:24:04 +01:00
name : OnOpened
nameWithType : Tool.OnOpened
fullName : TinyLife.Tools.Tool.OnOpened
- uid : TinyLife.Tools.Tool.OnClosed
commentId : E:TinyLife.Tools.Tool.OnClosed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnClosed
2021-11-23 16:24:04 +01:00
name : OnClosed
nameWithType : Tool.OnClosed
fullName : TinyLife.Tools.Tool.OnClosed
- uid : TinyLife.Tools.Tool.OnUpdate
commentId : E:TinyLife.Tools.Tool.OnUpdate
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnUpdate
2021-11-23 16:24:04 +01:00
name : OnUpdate
nameWithType : Tool.OnUpdate
fullName : TinyLife.Tools.Tool.OnUpdate
- uid : TinyLife.Tools.Tool.OnDraw
commentId : E:TinyLife.Tools.Tool.OnDraw
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnDraw
2021-11-23 16:24:04 +01:00
name : OnDraw
nameWithType : Tool.OnDraw
fullName : TinyLife.Tools.Tool.OnDraw
- uid : TinyLife.Tools.Tool.OnInitBuildModeUi
commentId : E:TinyLife.Tools.Tool.OnInitBuildModeUi
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnInitBuildModeUi
2021-11-23 16:24:04 +01:00
name : OnInitBuildModeUi
nameWithType : Tool.OnInitBuildModeUi
fullName : TinyLife.Tools.Tool.OnInitBuildModeUi
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.Tool.Input
commentId : P:TinyLife.Tools.Tool.Input
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Input
2021-08-04 06:51:12 +02:00
name : Input
nameWithType : Tool.Input
fullName : TinyLife.Tools.Tool.Input
- uid : TinyLife.Tools.Tool.Map
commentId : P:TinyLife.Tools.Tool.Map
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Map
2021-08-04 06:51:12 +02:00
name : Map
nameWithType : Tool.Map
fullName : TinyLife.Tools.Tool.Map
- uid : TinyLife.Tools.Tool.Money
commentId : P:TinyLife.Tools.Tool.Money
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Money
2021-08-04 06:51:12 +02:00
name : Money
nameWithType : Tool.Money
fullName : TinyLife.Tools.Tool.Money
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.Tool.CurrentFloor
commentId : P:TinyLife.Tools.Tool.CurrentFloor
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CurrentFloor
2023-10-11 16:05:32 +02:00
name : CurrentFloor
nameWithType : Tool.CurrentFloor
fullName : TinyLife.Tools.Tool.CurrentFloor
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.Tool.Texture
commentId : F:TinyLife.Tools.Tool.Texture
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Texture
2021-08-04 06:51:12 +02:00
name : Texture
nameWithType : Tool.Texture
fullName : TinyLife.Tools.Tool.Texture
- uid : TinyLife.Tools.Tool.DisplayAsTab
commentId : F:TinyLife.Tools.Tool.DisplayAsTab
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_DisplayAsTab
2021-08-04 06:51:12 +02:00
name : DisplayAsTab
nameWithType : Tool.DisplayAsTab
fullName : TinyLife.Tools.Tool.DisplayAsTab
- uid : TinyLife.Tools.Tool.MousePos
commentId : F:TinyLife.Tools.Tool.MousePos
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_MousePos
2021-08-04 06:51:12 +02:00
name : MousePos
nameWithType : Tool.MousePos
fullName : TinyLife.Tools.Tool.MousePos
- uid : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
commentId : M:TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
parent : TinyLife.Tools.Tool
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2021-08-04 06:51:12 +02:00
name : InitBuildModeUi(Panel, Panel)
nameWithType : Tool.InitBuildModeUi(Panel, Panel)
fullName : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
spec.csharp :
- uid : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
name : InitBuildModeUi
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2021-08-04 06:51:12 +02:00
- name : (
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
name : InitBuildModeUi
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2021-08-04 06:51:12 +02:00
- name : (
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
- uid : TinyLife.Tools.Tool.Opened
commentId : M:TinyLife.Tools.Tool.Opened
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Opened
2021-08-04 06:51:12 +02:00
name : Opened()
nameWithType : Tool.Opened()
fullName : TinyLife.Tools.Tool.Opened()
spec.csharp :
- uid : TinyLife.Tools.Tool.Opened
name : Opened
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Opened
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.Opened
name : Opened
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Opened
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.Tool.Closed
commentId : M:TinyLife.Tools.Tool.Closed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Closed
2021-08-04 06:51:12 +02:00
name : Closed()
nameWithType : Tool.Closed()
fullName : TinyLife.Tools.Tool.Closed()
spec.csharp :
- uid : TinyLife.Tools.Tool.Closed
name : Closed
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Closed
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.Closed
name : Closed
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Closed
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.CanPlaceForTooltip
commentId : M:TinyLife.Tools.Tool.CanPlaceForTooltip
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
name : CanPlaceForTooltip()
nameWithType : Tool.CanPlaceForTooltip()
fullName : TinyLife.Tools.Tool.CanPlaceForTooltip()
spec.csharp :
- uid : TinyLife.Tools.Tool.CanPlaceForTooltip
name : CanPlaceForTooltip
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.CanPlaceForTooltip
name : CanPlaceForTooltip
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
- name : (
- name : )
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
commentId : M:TinyLife.Tools.Tool.CanSwitchGameModes
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanSwitchGameModes
2022-01-08 12:41:09 +01:00
name : CanSwitchGameModes()
nameWithType : Tool.CanSwitchGameModes()
fullName : TinyLife.Tools.Tool.CanSwitchGameModes()
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
name : CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanSwitchGameModes
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
name : CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanSwitchGameModes
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
commentId : M:TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
parent : TinyLife.Tools.Tool
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnButtonCreated_MLEM_Ui_Elements_Button_
2022-05-24 13:36:05 +02:00
name : OnButtonCreated(Button)
nameWithType : Tool.OnButtonCreated(Button)
fullName : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
spec.csharp :
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
name : OnButtonCreated
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnButtonCreated_MLEM_Ui_Elements_Button_
2022-05-24 13:36:05 +02:00
- name : (
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
name : OnButtonCreated
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnButtonCreated_MLEM_Ui_Elements_Button_
2022-05-24 13:36:05 +02:00
- name : (
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsOnLot_Microsoft_Xna_Framework_Point_
2021-08-04 06:51:12 +02:00
name : IsOnLot(Point)
nameWithType : Tool.IsOnLot(Point)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
name : IsOnLot
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsOnLot_Microsoft_Xna_Framework_Point_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name : Point
isExternal : true
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
name : IsOnLot
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsOnLot_Microsoft_Xna_Framework_Point_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name : Point
isExternal : true
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
commentId : M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorSettings_System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
name : ColorSelection(ColorSettings, Action<int, int>, Func<int, int, bool>)
nameWithType : Tool.ColorSelection(ColorSettings, Action<int, int>, Func<int, int, bool>)
fullName : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings, System.Action<int, int>, System.Func<int, int, bool>)
nameWithType.vb : Tool.ColorSelection(ColorSettings, Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
fullName.vb : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings, System.Action(Of Integer, Integer), System.Func(Of Integer, Integer, Boolean))
name.vb : ColorSelection(ColorSettings, Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2022-03-09 16:13:05 +01:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorSettings_System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
2022-03-09 16:13:05 +01:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.ColorSettings
name : ColorSettings
href : TinyLife.Utilities.ColorSettings.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-03-09 16:13:05 +01:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-03-09 16:13:05 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
2022-03-09 16:13:05 +01:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : '>'
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2022-03-09 16:13:05 +01:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorSettings_System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
2023-03-30 18:07:55 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.ColorSettings
name : ColorSettings
href : TinyLife.Utilities.ColorSettings.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-03-09 16:13:05 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
- name : (
- name : Of
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
commentId : M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2022-03-09 16:13:05 +01:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_Microsoft_Xna_Framework_Color_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__System_String_
name : ColorSelection(ColorScheme, Color, Action<int>, Func<int, bool>, string)
nameWithType : Tool.ColorSelection(ColorScheme, Color, Action<int>, Func<int, bool>, string)
fullName : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color, System.Action<int>, System.Func<int, bool>, string)
nameWithType.vb : Tool.ColorSelection(ColorScheme, Color, Action(Of Integer), Func(Of Integer, Boolean), String)
fullName.vb : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color, System.Action(Of Integer), System.Func(Of Integer, Boolean), String)
name.vb : ColorSelection(ColorScheme, Color, Action(Of Integer), Func(Of Integer, Boolean), String)
2022-03-09 16:13:05 +01:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2021-08-04 06:51:12 +02:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_Microsoft_Xna_Framework_Color_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__System_String_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-10-17 17:28:12 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2021-08-04 06:51:12 +02:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-08-04 06:51:12 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-03-09 16:13:05 +01:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : '>'
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2021-08-04 06:51:12 +02:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_Microsoft_Xna_Framework_Color_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__System_String_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.ColorScheme.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-10-17 17:28:12 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-08-04 06:51:12 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
commentId : M:TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-08-08 15:31:03 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
name : BuildModeButton(string, GenericCallback, DrawCallback, float, TextureRegion, string, IEnumerable<string>, float?)
nameWithType : Tool.BuildModeButton(string, Element.GenericCallback, Element.DrawCallback, float, TextureRegion, string, IEnumerable<string>, float?)
fullName : TinyLife.Tools.Tool.BuildModeButton(string, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, float, MLEM.Textures.TextureRegion, string, System.Collections.Generic.IEnumerable<string>, float?)
nameWithType.vb : Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, String, IEnumerable(Of String), Single?)
fullName.vb : TinyLife.Tools.Tool.BuildModeButton(String, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, Single, MLEM.Textures.TextureRegion, String, System.Collections.Generic.IEnumerable(Of String), Single?)
name.vb : BuildModeButton(String, GenericCallback, DrawCallback, Single, TextureRegion, String, IEnumerable(Of String), Single?)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-08-04 06:51:12 +02:00
name : BuildModeButton
2024-08-08 15:31:03 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element.GenericCallback
2023-03-30 18:07:55 +02:00
name : GenericCallback
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element.DrawCallback
2023-03-30 18:07:55 +02:00
name : DrawCallback
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-08-08 15:31:03 +02:00
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-08-04 06:51:12 +02:00
name : BuildModeButton
2024-08-08 15:31:03 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element.GenericCallback
2023-03-30 18:07:55 +02:00
name : GenericCallback
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element.DrawCallback
2023-03-30 18:07:55 +02:00
name : DrawCallback
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-08-08 15:31:03 +02:00
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2021-10-14 20:30:40 +02:00
- name : )
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Tools.Tool.SelectFirstContentItem
commentId : M:TinyLife.Tools.Tool.SelectFirstContentItem
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
name : SelectFirstContentItem()
nameWithType : Tool.SelectFirstContentItem()
fullName : TinyLife.Tools.Tool.SelectFirstContentItem()
spec.csharp :
- uid : TinyLife.Tools.Tool.SelectFirstContentItem
name : SelectFirstContentItem
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.SelectFirstContentItem
name : SelectFirstContentItem
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.RemoveTool.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<RemoveTool>(RemoveTool)
nameWithType : Extensions.JsonCopy<RemoveTool>(RemoveTool)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.RemoveTool>(TinyLife.Tools.RemoveTool)
nameWithType.vb : Extensions.JsonCopy(Of RemoveTool)(RemoveTool)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.RemoveTool)(TinyLife.Tools.RemoveTool)
name.vb : JsonCopy(Of RemoveTool)(RemoveTool)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.RemoveTool)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Tools.RemoveTool
name : RemoveTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Tools.RemoveTool
name : RemoveTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.RemoveTool)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Tools.RemoveTool
name : RemoveTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Tools.RemoveTool
name : RemoveTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.RemoveTool.#ctor*
commentId : Overload:TinyLife.Tools.RemoveTool.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool__ctor
2021-08-04 06:51:12 +02:00
name : RemoveTool
nameWithType : RemoveTool.RemoveTool
fullName : TinyLife.Tools.RemoveTool.RemoveTool
2023-03-30 18:07:55 +02:00
nameWithType.vb : RemoveTool.New
fullName.vb : TinyLife.Tools.RemoveTool.New
name.vb : New
2024-01-07 16:53:47 +01:00
- uid : TinyLife.GameImpl.CurrentTool
commentId : P:TinyLife.GameImpl.CurrentTool
href : TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentTool
name : CurrentTool
nameWithType : GameImpl.CurrentTool
fullName : TinyLife.GameImpl.CurrentTool
- uid : TinyLife.Tools.UndoRedoStack
commentId : T:TinyLife.Tools.UndoRedoStack
href : TinyLife.Tools.UndoRedoStack.html
name : UndoRedoStack
nameWithType : UndoRedoStack
fullName : TinyLife.Tools.UndoRedoStack
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
commentId : M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-03-09 19:49:55 +01:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
name : Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
name : Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Tools.RemoveTool.Update*
commentId : Overload:TinyLife.Tools.RemoveTool.Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2021-08-04 06:51:12 +02:00
name : Update
nameWithType : RemoveTool.Update
fullName : TinyLife.Tools.RemoveTool.Update
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
2024-03-09 19:49:55 +01:00
- 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
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
commentId : M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
name : Draw(GameTime, SpriteBatch, bool)
nameWithType : Tool.Draw(GameTime, SpriteBatch, bool)
fullName : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
nameWithType.vb : Tool.Draw(GameTime, SpriteBatch, Boolean)
fullName.vb : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
name.vb : Draw(GameTime, SpriteBatch, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
name : Draw
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name : SpriteBatch
isExternal : true
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
name : Draw
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name : SpriteBatch
isExternal : true
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Tools.RemoveTool.Draw*
commentId : Overload:TinyLife.Tools.RemoveTool.Draw
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
2021-08-04 06:51:12 +02:00
name : Draw
nameWithType : RemoveTool.Draw
fullName : TinyLife.Tools.RemoveTool.Draw
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
2021-08-04 06:51:12 +02:00
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
2024-01-07 16:53:47 +01:00
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.Tool.GetMouseCursor
commentId : M:TinyLife.Tools.Tool.GetMouseCursor
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
2021-08-04 06:51:12 +02:00
name : GetMouseCursor()
nameWithType : Tool.GetMouseCursor()
fullName : TinyLife.Tools.Tool.GetMouseCursor()
spec.csharp :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.RemoveTool.GetMouseCursor*
commentId : Overload:TinyLife.Tools.RemoveTool.GetMouseCursor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_GetMouseCursor
2021-08-04 06:51:12 +02:00
name : GetMouseCursor
nameWithType : RemoveTool.GetMouseCursor
fullName : TinyLife.Tools.RemoveTool.GetMouseCursor
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
- uid : TinyLife.Tools.UndoRedoStack.Undo
commentId : M:TinyLife.Tools.UndoRedoStack.Undo
href : TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
name : Undo()
nameWithType : UndoRedoStack.Undo()
fullName : TinyLife.Tools.UndoRedoStack.Undo()
spec.csharp :
- uid : TinyLife.Tools.UndoRedoStack.Undo
name : Undo
href : TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.UndoRedoStack.Undo
name : Undo
href : TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
- name : (
- name : )
- uid : TinyLife.Tools.UndoRedoStack.Redo
commentId : M:TinyLife.Tools.UndoRedoStack.Redo
href : TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Redo
name : Redo()
nameWithType : UndoRedoStack.Redo()
fullName : TinyLife.Tools.UndoRedoStack.Redo()
spec.csharp :
- uid : TinyLife.Tools.UndoRedoStack.Redo
name : Redo
href : TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Redo
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.UndoRedoStack.Redo
name : Redo
href : TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Redo
- name : (
- name : )
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.Tool.CanUndoRedo
commentId : M:TinyLife.Tools.Tool.CanUndoRedo
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanUndoRedo
2022-07-28 14:58:38 +02:00
name : CanUndoRedo()
nameWithType : Tool.CanUndoRedo()
fullName : TinyLife.Tools.Tool.CanUndoRedo()
spec.csharp :
- uid : TinyLife.Tools.Tool.CanUndoRedo
name : CanUndoRedo
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanUndoRedo
2022-07-28 14:58:38 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.CanUndoRedo
name : CanUndoRedo
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanUndoRedo
2022-07-28 14:58:38 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.RemoveTool.CanUndoRedo*
commentId : Overload:TinyLife.Tools.RemoveTool.CanUndoRedo
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_CanUndoRedo
2022-07-28 14:58:38 +02:00
name : CanUndoRedo
nameWithType : RemoveTool.CanUndoRedo
fullName : TinyLife.Tools.RemoveTool.CanUndoRedo
2024-01-07 16:53:47 +01:00
- 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
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
2022-11-12 13:53:28 +01:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ShouldHighlightSelectedObject_System_Object_
2023-03-30 18:07:55 +02:00
name : ShouldHighlightSelectedObject(object)
nameWithType : Tool.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(object)
nameWithType.vb : Tool.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ShouldHighlightSelectedObject_System_Object_
2021-08-04 06:51:12 +02:00
- name : (
2022-11-12 13:53:28 +01:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-11-12 13:53:28 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ShouldHighlightSelectedObject_System_Object_
2021-08-04 06:51:12 +02:00
- name : (
2022-11-12 13:53:28 +01:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject*
commentId : Overload:TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_ShouldHighlightSelectedObject_System_Object_
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
nameWithType : RemoveTool.ShouldHighlightSelectedObject
fullName : TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject
2024-01-07 16:53:47 +01:00
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory.CeilingHanging
commentId : F:TinyLife.Objects.ObjectCategory.CeilingHanging
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_CeilingHanging
2023-03-30 18:07:55 +02:00
name : CeilingHanging
nameWithType : ObjectCategory.CeilingHanging
fullName : TinyLife.Objects.ObjectCategory.CeilingHanging
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.UndoableAction
commentId : T:TinyLife.Tools.UndoableAction
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.UndoableAction.html
2022-07-28 14:58:38 +02:00
name : UndoableAction
nameWithType : UndoableAction
fullName : TinyLife.Tools.UndoableAction
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveRoof*
commentId : Overload:TinyLife.Tools.RemoveTool.RemoveRoof
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveRoof_TinyLife_World_Roof_TinyLife_Tools_UndoableAction_System_Nullable_Microsoft_Xna_Framework_Rectangle__
2021-08-04 06:51:12 +02:00
name : RemoveRoof
nameWithType : RemoveTool.RemoveRoof
fullName : TinyLife.Tools.RemoveTool.RemoveRoof
- uid : TinyLife.World.Roof
commentId : T:TinyLife.World.Roof
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
name : Roof
nameWithType : Roof
fullName : TinyLife.World.Roof
2022-09-05 14:19:42 +02:00
- uid : System.Nullable{Microsoft.Xna.Framework.Rectangle}
commentId : T:System.Nullable{Microsoft.Xna.Framework.Rectangle}
2022-03-29 11:47:44 +02:00
parent : System
definition : System.Nullable`1
2023-03-30 18:07:55 +02:00
name : Rectangle?
nameWithType : Rectangle?
fullName : Microsoft.Xna.Framework.Rectangle?
2022-03-29 11:47:44 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Rectangle
2022-03-29 11:47:44 +02:00
name : Rectangle
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-03-29 11:47:44 +02:00
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Rectangle
2022-03-29 11:47:44 +02:00
name : Rectangle
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World
commentId : N : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2022-03-29 11:47:44 +02:00
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2022-03-29 11:47:44 +02:00
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2022-03-29 11:47:44 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : (
- name : Of
- name : " "
2022-03-29 11:47:44 +02:00
- name : T
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveStairs*
commentId : Overload:TinyLife.Tools.RemoveTool.RemoveStairs
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveStairs_TinyLife_World_Stairs_TinyLife_Tools_UndoableAction_
2023-10-11 16:05:32 +02:00
name : RemoveStairs
nameWithType : RemoveTool.RemoveStairs
fullName : TinyLife.Tools.RemoveTool.RemoveStairs
- uid : TinyLife.World.Stairs
commentId : T:TinyLife.World.Stairs
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Stairs.html
2023-10-11 16:05:32 +02:00
name : Stairs
nameWithType : Stairs
fullName : TinyLife.World.Stairs
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture
commentId : T:TinyLife.Objects.Furniture
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
name : Furniture
nameWithType : Furniture
fullName : TinyLife.Objects.Furniture
- uid : TinyLife.Tools.RemoveTool.RemoveWall*
commentId : Overload:TinyLife.Tools.RemoveTool.RemoveWall
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveWall_TinyLife_Objects_WallLike_TinyLife_Tools_UndoableAction_
2021-08-04 06:51:12 +02:00
name : RemoveWall
nameWithType : RemoveTool.RemoveWall
fullName : TinyLife.Tools.RemoveTool.RemoveWall
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveNonGroundTile*
commentId : Overload:TinyLife.Tools.RemoveTool.RemoveNonGroundTile
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveNonGroundTile_Microsoft_Xna_Framework_Point_System_Int32_TinyLife_Tools_UndoableAction_
2023-10-11 16:05:32 +02:00
name : RemoveNonGroundTile
nameWithType : RemoveTool.RemoveNonGroundTile
fullName : TinyLife.Tools.RemoveTool.RemoveNonGroundTile
- uid : Microsoft.Xna.Framework.Point
commentId : T:Microsoft.Xna.Framework.Point
parent : Microsoft.Xna.Framework
isExternal : true
name : Point
nameWithType : Point
fullName : Microsoft.Xna.Framework.Point
- uid : System.Int32
commentId : T:System.Int32
parent : System
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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Furniture.GetChildren``1
commentId : M:TinyLife.Objects.Furniture.GetChildren``1
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetChildren__1
2021-08-04 06:51:12 +02:00
name : GetChildren<T>()
nameWithType : Furniture.GetChildren<T>()
fullName : TinyLife.Objects.Furniture.GetChildren<T>()
nameWithType.vb : Furniture.GetChildren(Of T)()
fullName.vb : TinyLife.Objects.Furniture.GetChildren(Of T)()
name.vb : GetChildren(Of T)()
spec.csharp :
- uid : TinyLife.Objects.Furniture.GetChildren``1
2023-03-30 18:07:55 +02:00
name : GetChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetChildren__1
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.GetChildren``1
2023-03-30 18:07:55 +02:00
name : GetChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetChildren__1
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId : M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent : TinyLife.Objects.Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_UnlinkParentsAndChildren
2021-08-30 20:44:32 +02:00
name : UnlinkParentsAndChildren()
nameWithType : Furniture.UnlinkParentsAndChildren()
fullName : TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp :
- uid : TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name : UnlinkParentsAndChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_UnlinkParentsAndChildren
2021-08-30 20:44:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name : UnlinkParentsAndChildren
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_UnlinkParentsAndChildren
2021-08-30 20:44:32 +02:00
- name : (
- name : )
- uid : TinyLife.Objects.ObjectCategory.NonSellable
commentId : F:TinyLife.Objects.ObjectCategory.NonSellable
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_NonSellable
2023-03-30 18:07:55 +02:00
name : NonSellable
nameWithType : ObjectCategory.NonSellable
fullName : TinyLife.Objects.ObjectCategory.NonSellable
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveFurniture*
commentId : Overload:TinyLife.Tools.RemoveTool.RemoveFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveFurniture_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction_
2021-08-04 06:51:12 +02:00
name : RemoveFurniture
nameWithType : RemoveTool.RemoveFurniture
fullName : TinyLife.Tools.RemoveTool.RemoveFurniture
2021-08-30 20:44:32 +02:00
- uid : TinyLife.World.Household.FurnitureStorage
commentId : F:TinyLife.World.Household.FurnitureStorage
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Household.html#TinyLife_World_Household_FurnitureStorage
2023-03-30 18:07:55 +02:00
name : FurnitureStorage
nameWithType : Household.FurnitureStorage
fullName : TinyLife.World.Household.FurnitureStorage
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
commentId : M:TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveFurniture_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction_
2023-03-30 18:07:55 +02:00
name : RemoveFurniture(Furniture, UndoableAction)
nameWithType : RemoveTool.RemoveFurniture(Furniture, UndoableAction)
fullName : TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture, TinyLife.Tools.UndoableAction)
spec.csharp :
- uid : TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
name : RemoveFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveFurniture_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Tools.UndoableAction
name : UndoableAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.UndoableAction.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)
name : RemoveFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_RemoveFurniture_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Tools.UndoableAction
name : UndoableAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.UndoableAction.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture*
commentId : Overload:TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_StoreOrRemoveFurniture_TinyLife_Objects_Furniture_TinyLife_Tools_UndoableAction_
2021-08-30 20:44:32 +02:00
name : StoreOrRemoveFurniture
nameWithType : RemoveTool.StoreOrRemoveFurniture
fullName : TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.RemoveTool.PlayDestroySound*
commentId : Overload:TinyLife.Tools.RemoveTool.PlayDestroySound
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_PlayDestroySound
2021-08-04 06:51:12 +02:00
name : PlayDestroySound
nameWithType : RemoveTool.PlayDestroySound
fullName : TinyLife.Tools.RemoveTool.PlayDestroySound
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles*
commentId : Overload:TinyLife.Tools.RemoveTool.SpawnDestroyParticles
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_SpawnDestroyParticles_TinyLife_Objects_Furniture_
2022-05-24 13:36:05 +02:00
name : SpawnDestroyParticles
nameWithType : RemoveTool.SpawnDestroyParticles
fullName : TinyLife.Tools.RemoveTool.SpawnDestroyParticles
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
commentId : M:TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_SpawnDestroyParticles_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
name : SpawnDestroyParticles(Furniture)
nameWithType : RemoveTool.SpawnDestroyParticles(Furniture)
fullName : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
spec.csharp :
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
name : SpawnDestroyParticles
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_SpawnDestroyParticles_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)
name : SpawnDestroyParticles
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.RemoveTool.html#TinyLife_Tools_RemoveTool_SpawnDestroyParticles_TinyLife_Objects_Furniture_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
commentId : T:MLEM.Maths.RectangleF
parent : MLEM.Maths
2022-05-24 13:36:05 +02:00
isExternal : true
name : RectangleF
nameWithType : RectangleF
2024-07-26 12:47:59 +02:00
fullName : MLEM.Maths.RectangleF
2022-05-24 13:36:05 +02:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2022-09-05 14:19:42 +02:00
- uid : System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[]
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
name : (TextureRegion, Color)[]
nameWithType : (TextureRegion, Color)[]
fullName : (MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color)[]
nameWithType.vb : (TextureRegion, Color)()
fullName.vb : (MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color)()
name.vb : (TextureRegion, Color)()
2022-05-24 13:36:05 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- name : (
2022-05-24 13:36:05 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2022-05-24 13:36:05 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : )
- name : '['
- name : ']'
2022-05-24 13:36:05 +02:00
spec.vb :
2023-03-30 18:07:55 +02:00
- name : (
2022-05-24 13:36:05 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2022-05-24 13:36:05 +02:00
name : Color
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
commentId : N : MLEM.Maths
2022-05-24 13:36:05 +02:00
isExternal : true
2024-07-26 12:47:59 +02:00
name : MLEM.Maths
nameWithType : MLEM.Maths
fullName : MLEM.Maths
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
name : Maths
2023-03-30 18:07:55 +02:00
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths
name : Maths
2023-03-30 18:07:55 +02:00
isExternal : true