TinyLifeWeb/docs/api/TinyLife.Tools.Tool.yml

3995 lines
135 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Tools.Tool
commentId: T:TinyLife.Tools.Tool
id: Tool
parent: TinyLife.Tools
children:
- TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)
2022-01-08 12:41:09 +01:00
- TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.BuildTools
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-07-28 14:58:38 +02:00
- TinyLife.Tools.Tool.CanUndoRedo
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Closed
2022-03-09 16:13:05 +01:00
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.Tool.CurrentFloor
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.DisplayAsTab
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.GetMouseCursor
- TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
- TinyLife.Tools.Tool.Input
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.IsCopyPressed
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.IsRotateCcwPressed
- TinyLife.Tools.Tool.IsRotateCwPressed
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Map
- TinyLife.Tools.Tool.Money
- TinyLife.Tools.Tool.MousePos
- TinyLife.Tools.Tool.MoveTool
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
2021-11-23 16:24:04 +01:00
- TinyLife.Tools.Tool.OnClosed
- TinyLife.Tools.Tool.OnDraw
- TinyLife.Tools.Tool.OnInitBuildModeUi
- TinyLife.Tools.Tool.OnOpened
- TinyLife.Tools.Tool.OnUpdate
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Opened
- TinyLife.Tools.Tool.PlayModeTool
- TinyLife.Tools.Tool.RemoveTool
2024-04-14 17:55:54 +02:00
- TinyLife.Tools.Tool.SelectFirstContentItem
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.SelectedObject
2022-12-20 13:25:03 +01:00
- TinyLife.Tools.Tool.SelectedRoof
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.Tool.SelectedStairs
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.SelectedWall
2022-11-12 13:53:28 +01:00
- TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Texture
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Tool
nameWithType: Tool
fullName: TinyLife.Tools.Tool
type: Class
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Tool
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 24
2021-08-04 06:51:12 +02:00
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 Tool
content.vb: Public Class Tool
inheritance:
- System.Object
derivedClasses:
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.FenceTool
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.FurnitureTool
- TinyLife.Tools.LotTool
- TinyLife.Tools.MoveLotTool
- TinyLife.Tools.MoveTool
- TinyLife.Tools.OpeningTool
- TinyLife.Tools.PlayModeTool
- TinyLife.Tools.RemoveTool
- TinyLife.Tools.RoofTool
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.StairsTool
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.TileTool
- TinyLife.Tools.WallTool
2024-01-07 16:53:47 +01:00
- TinyLife.Tools.WallpaperTool
2021-08-04 06:51:12 +02:00
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Tools.Tool.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Tools.Tool.RemoveTool
commentId: F:TinyLife.Tools.Tool.RemoveTool
id: RemoveTool
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: RemoveTool
nameWithType: Tool.RemoveTool
fullName: TinyLife.Tools.Tool.RemoveTool
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RemoveTool
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 29
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: The <xref href="TinyLife.Tools.Tool.RemoveTool" data-throw-if-not-resolved="false"></xref> singleton, which is activated using the Remove tab in the build menu or by holding the control key.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static readonly RemoveTool RemoveTool
return:
type: TinyLife.Tools.RemoveTool
content.vb: Public Shared ReadOnly RemoveTool As RemoveTool
- uid: TinyLife.Tools.Tool.MoveTool
commentId: F:TinyLife.Tools.Tool.MoveTool
id: MoveTool
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: MoveTool
nameWithType: Tool.MoveTool
fullName: TinyLife.Tools.Tool.MoveTool
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: MoveTool
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 33
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: The <xref href="TinyLife.Tools.Tool.MoveTool" data-throw-if-not-resolved="false"></xref> singleton
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static readonly MoveTool MoveTool
return:
type: TinyLife.Tools.MoveTool
content.vb: Public Shared ReadOnly MoveTool As MoveTool
- uid: TinyLife.Tools.Tool.PlayModeTool
commentId: F:TinyLife.Tools.Tool.PlayModeTool
id: PlayModeTool
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: PlayModeTool
nameWithType: Tool.PlayModeTool
fullName: TinyLife.Tools.Tool.PlayModeTool
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: PlayModeTool
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 37
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: The <xref href="TinyLife.Tools.Tool.PlayModeTool" data-throw-if-not-resolved="false"></xref> singleton, which is activated when build mode is inactive.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static readonly PlayModeTool PlayModeTool
return:
type: TinyLife.Tools.PlayModeTool
content.vb: Public Shared ReadOnly PlayModeTool As PlayModeTool
- uid: TinyLife.Tools.Tool.BuildTools
commentId: F:TinyLife.Tools.Tool.BuildTools
id: BuildTools
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: BuildTools
nameWithType: Tool.BuildTools
fullName: TinyLife.Tools.Tool.BuildTools
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: BuildTools
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 42
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
A set of <xref href="TinyLife.Tools.Tool" data-throw-if-not-resolved="false"></xref> instances that can be activated using the build mode menu.
All tools in this list are automatically added to the menu.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static readonly List<Tool> BuildTools
return:
type: System.Collections.Generic.List{TinyLife.Tools.Tool}
content.vb: Public Shared ReadOnly BuildTools As List(Of Tool)
- uid: TinyLife.Tools.Tool.SelectedObject
commentId: P:TinyLife.Tools.Tool.SelectedObject
id: SelectedObject
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: SelectedObject
nameWithType: Tool.SelectedObject
fullName: TinyLife.Tools.Tool.SelectedObject
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SelectedObject
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 53
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
The <xref href="TinyLife.Objects.MapObject" data-throw-if-not-resolved="false"></xref> that is currently below the mouse, or null if there is none.
This object selection mechanic uses pixel-perfect collision based on the object's rendered texture.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static MapObject SelectedObject { get; }
parameters: []
return:
type: TinyLife.Objects.MapObject
content.vb: Public Shared ReadOnly Property SelectedObject As MapObject
overload: TinyLife.Tools.Tool.SelectedObject*
- uid: TinyLife.Tools.Tool.SelectedWall
commentId: P:TinyLife.Tools.Tool.SelectedWall
id: SelectedWall
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: SelectedWall
nameWithType: Tool.SelectedWall
fullName: TinyLife.Tools.Tool.SelectedWall
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SelectedWall
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 58
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
The <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref> that is currently below the mouse, or null if there is none.
This object selection mechanic uses pixel-perfect collision based on the wall's rendered texture.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public static WallLike SelectedWall { get; }
2021-08-04 06:51:12 +02:00
parameters: []
return:
2023-10-11 16:05:32 +02:00
type: TinyLife.Objects.WallLike
content.vb: Public Shared ReadOnly Property SelectedWall As WallLike
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.SelectedWall*
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Tools.Tool.SelectedRoof
commentId: P:TinyLife.Tools.Tool.SelectedRoof
id: SelectedRoof
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: SelectedRoof
nameWithType: Tool.SelectedRoof
fullName: TinyLife.Tools.Tool.SelectedRoof
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-12-20 13:25:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedRoof
path: ../TinyLife/Tools/Tool.cs
2023-01-16 12:24:01 +01:00
startLine: 63
2022-12-20 13:25:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
The <xref href="TinyLife.World.Roof" data-throw-if-not-resolved="false"></xref> that is currently below the mouse, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if there is none.
This object selection mechanic uses pixel-perfect collision based on the roof's rendered texture.
2022-12-20 13:25:03 +01:00
example: []
syntax:
content: public static Roof SelectedRoof { get; }
parameters: []
return:
type: TinyLife.World.Roof
content.vb: Public Shared ReadOnly Property SelectedRoof As Roof
overload: TinyLife.Tools.Tool.SelectedRoof*
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Tools.Tool.SelectedStairs
commentId: P:TinyLife.Tools.Tool.SelectedStairs
id: SelectedStairs
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: SelectedStairs
nameWithType: Tool.SelectedStairs
fullName: TinyLife.Tools.Tool.SelectedStairs
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedStairs
path: ../TinyLife/Tools/Tool.cs
startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
The <xref href="TinyLife.World.Stairs" data-throw-if-not-resolved="false"></xref> object that is currently below the mouse, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> is there is none.
This object selection mechanic uses pixel-perfect collision based on the stairs' rendered texture.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: public static Stairs SelectedStairs { get; }
parameters: []
return:
type: TinyLife.World.Stairs
content.vb: Public Shared ReadOnly Property SelectedStairs As Stairs
overload: TinyLife.Tools.Tool.SelectedStairs*
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Tools.Tool.IsRotateCwPressed
commentId: P:TinyLife.Tools.Tool.IsRotateCwPressed
id: IsRotateCwPressed
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: IsRotateCwPressed
nameWithType: Tool.IsRotateCwPressed
fullName: TinyLife.Tools.Tool.IsRotateCwPressed
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsRotateCwPressed
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 73
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Returns whether a keybind or button combination is pressed that indicates that an object should be rotated clockwise now.
This should be queried after <xref href="TinyLife.Tools.Tool.IsRotateCcwPressed" data-throw-if-not-resolved="false"></xref>, since this doesn't check for any modifier keys.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static bool IsRotateCwPressed { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public Shared ReadOnly Property IsRotateCwPressed As Boolean
overload: TinyLife.Tools.Tool.IsRotateCwPressed*
- uid: TinyLife.Tools.Tool.IsRotateCcwPressed
commentId: P:TinyLife.Tools.Tool.IsRotateCcwPressed
id: IsRotateCcwPressed
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: IsRotateCcwPressed
nameWithType: Tool.IsRotateCcwPressed
fullName: TinyLife.Tools.Tool.IsRotateCcwPressed
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsRotateCcwPressed
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 78
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Returns whether a keybind or button combination is pressed that indicates that an object should be rotated clockwise now.
This should be queried before <xref href="TinyLife.Tools.Tool.IsRotateCwPressed" data-throw-if-not-resolved="false"></xref>, since this checks for modifier keys being pressed.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static bool IsRotateCcwPressed { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public Shared ReadOnly Property IsRotateCcwPressed As Boolean
overload: TinyLife.Tools.Tool.IsRotateCcwPressed*
- uid: TinyLife.Tools.Tool.IsCopyPressed
commentId: P:TinyLife.Tools.Tool.IsCopyPressed
id: IsCopyPressed
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: IsCopyPressed
nameWithType: Tool.IsCopyPressed
fullName: TinyLife.Tools.Tool.IsCopyPressed
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCopyPressed
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 82
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: Returns whether a keybind or button combination is pressed that indicates that an object should be copied.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static bool IsCopyPressed { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public Shared ReadOnly Property IsCopyPressed As Boolean
overload: TinyLife.Tools.Tool.IsCopyPressed*
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.OnOpened
commentId: E:TinyLife.Tools.Tool.OnOpened
id: OnOpened
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: OnOpened
nameWithType: Tool.OnOpened
fullName: TinyLife.Tools.Tool.OnOpened
type: Event
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: OnOpened
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 87
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: An event that is invoked when a <xref href="TinyLife.Tools.Tool" data-throw-if-not-resolved="false"></xref> is <xref href="TinyLife.Tools.Tool.Opened" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static event Action<Tool> OnOpened
return:
type: System.Action{TinyLife.Tools.Tool}
content.vb: Public Shared Event OnOpened As Action(Of Tool)
- uid: TinyLife.Tools.Tool.OnClosed
commentId: E:TinyLife.Tools.Tool.OnClosed
id: OnClosed
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: OnClosed
nameWithType: Tool.OnClosed
fullName: TinyLife.Tools.Tool.OnClosed
type: Event
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: OnClosed
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 91
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: An event that is invoked when a <xref href="TinyLife.Tools.Tool" data-throw-if-not-resolved="false"></xref> is <xref href="TinyLife.Tools.Tool.Closed" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static event Action<Tool> OnClosed
return:
type: System.Action{TinyLife.Tools.Tool}
content.vb: Public Shared Event OnClosed As Action(Of Tool)
- uid: TinyLife.Tools.Tool.OnUpdate
commentId: E:TinyLife.Tools.Tool.OnUpdate
id: OnUpdate
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: OnUpdate
nameWithType: Tool.OnUpdate
fullName: TinyLife.Tools.Tool.OnUpdate
type: Event
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: OnUpdate
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 95
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-03-09 19:49:55 +01:00
summary: An event that is invoked when a <xref href="TinyLife.Tools.Tool" data-throw-if-not-resolved="false"></xref> is updated in <xref href="TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>. The <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> passed contains whether the cursor is currently on the game's ui, using <xref href="TinyLife.GameImpl.IsCursorOnUi" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public static event Action<Tool, GameTime, bool> OnUpdate
2021-11-23 16:24:04 +01:00
return:
2024-03-09 19:49:55 +01:00
type: System.Action{TinyLife.Tools.Tool,Microsoft.Xna.Framework.GameTime,System.Boolean}
content.vb: Public Shared Event OnUpdate As Action(Of Tool, GameTime, Boolean)
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.OnDraw
commentId: E:TinyLife.Tools.Tool.OnDraw
id: OnDraw
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: OnDraw
nameWithType: Tool.OnDraw
fullName: TinyLife.Tools.Tool.OnDraw
type: Event
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: OnDraw
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 99
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-03-09 19:49:55 +01:00
summary: An event that is invoked when a <xref href="TinyLife.Tools.Tool" data-throw-if-not-resolved="false"></xref> is drawn in <xref href="TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>. The <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">bool</a> passed contains whether the cursor is currently on the game's ui, using <xref href="TinyLife.GameImpl.IsCursorOnUi" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public static event Action<Tool, GameTime, SpriteBatch, bool> OnDraw
2021-11-23 16:24:04 +01:00
return:
2024-03-09 19:49:55 +01:00
type: System.Action{TinyLife.Tools.Tool,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean}
content.vb: Public Shared Event OnDraw As Action(Of Tool, GameTime, SpriteBatch, Boolean)
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.OnInitBuildModeUi
commentId: E:TinyLife.Tools.Tool.OnInitBuildModeUi
id: OnInitBuildModeUi
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: OnInitBuildModeUi
nameWithType: Tool.OnInitBuildModeUi
fullName: TinyLife.Tools.Tool.OnInitBuildModeUi
type: Event
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: OnInitBuildModeUi
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 103
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: An event that is invoked when a <xref href="TinyLife.Tools.Tool" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel%2cMLEM.Ui.Elements.Panel)" data-throw-if-not-resolved="false"></xref> method is called.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static event Action<Tool, Panel, Panel> OnInitBuildModeUi
return:
type: System.Action{TinyLife.Tools.Tool,MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel}
content.vb: Public Shared Event OnInitBuildModeUi As Action(Of Tool, Panel, Panel)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.Input
commentId: P:TinyLife.Tools.Tool.Input
id: Input
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: Input
nameWithType: Tool.Input
fullName: TinyLife.Tools.Tool.Input
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Input
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 106
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: This game's input handler. This can easily be accessed through <xref href="MLEM.Startup.MlemGame.Input" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: protected static InputHandler Input { get; }
parameters: []
return:
type: MLEM.Input.InputHandler
content.vb: Protected Shared ReadOnly Property Input As InputHandler
overload: TinyLife.Tools.Tool.Input*
- uid: TinyLife.Tools.Tool.Map
commentId: P:TinyLife.Tools.Tool.Map
id: Map
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: Map
nameWithType: Tool.Map
fullName: TinyLife.Tools.Tool.Map
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Map
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 108
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: The map that the game's <xref href="TinyLife.GameImpl.Camera" data-throw-if-not-resolved="false"></xref> is currently on.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: protected static Map Map { get; }
parameters: []
return:
type: TinyLife.World.Map
content.vb: Protected Shared ReadOnly Property Map As Map
overload: TinyLife.Tools.Tool.Map*
- uid: TinyLife.Tools.Tool.Money
commentId: P:TinyLife.Tools.Tool.Money
id: Money
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: Money
nameWithType: Tool.Money
fullName: TinyLife.Tools.Tool.Money
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Money
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2023-10-11 16:05:32 +02:00
startLine: 110
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: The money that this household has, rounded by two digits after the decimal point
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: protected static float Money { get; set; }
parameters: []
return:
type: System.Single
content.vb: Protected Shared Property Money As Single
overload: TinyLife.Tools.Tool.Money*
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Tools.Tool.CurrentFloor
commentId: P:TinyLife.Tools.Tool.CurrentFloor
id: CurrentFloor
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: CurrentFloor
nameWithType: Tool.CurrentFloor
fullName: TinyLife.Tools.Tool.CurrentFloor
type: Property
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentFloor
path: ../TinyLife/Tools/Tool.cs
startLine: 115
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
The floor that the game's camera is currently focused on.
For the active lot, all floors that are above the current floor are hidden, and all floors below the current floor are always displayed.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: protected static int CurrentFloor { get; }
parameters: []
return:
type: System.Int32
content.vb: Protected Shared ReadOnly Property CurrentFloor As Integer
overload: TinyLife.Tools.Tool.CurrentFloor*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.Texture
commentId: F:TinyLife.Tools.Tool.Texture
id: Texture
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: Texture
nameWithType: Tool.Texture
fullName: TinyLife.Tools.Tool.Texture
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Texture
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-03-09 19:49:55 +01:00
startLine: 123
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: The texture region that should be used to display this tool in the build menu
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public readonly TextureRegion Texture
return:
type: MLEM.Textures.TextureRegion
content.vb: Public ReadOnly Texture As TextureRegion
- uid: TinyLife.Tools.Tool.DisplayAsTab
commentId: F:TinyLife.Tools.Tool.DisplayAsTab
id: DisplayAsTab
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: DisplayAsTab
nameWithType: Tool.DisplayAsTab
fullName: TinyLife.Tools.Tool.DisplayAsTab
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: DisplayAsTab
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-03-09 19:49:55 +01:00
startLine: 127
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: Whether or not this tool should be displayed as a tab (like the <xref href="TinyLife.Tools.Tool.RemoveTool" data-throw-if-not-resolved="false"></xref>) or a button in the build menu
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public readonly bool DisplayAsTab
return:
type: System.Boolean
content.vb: Public ReadOnly DisplayAsTab As Boolean
- uid: TinyLife.Tools.Tool.MousePos
commentId: F:TinyLife.Tools.Tool.MousePos
id: MousePos
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: MousePos
nameWithType: Tool.MousePos
fullName: TinyLife.Tools.Tool.MousePos
type: Field
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: MousePos
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-03-09 19:49:55 +01:00
startLine: 132
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
The position of the mouse in world coordinates.
2024-03-09 19:49:55 +01:00
This position is set every <xref href="TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> call.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: protected Vector2 MousePos
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
content.vb: Protected MousePos As Vector2
- uid: TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)
commentId: M:TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)
id: '#ctor(MLEM.Textures.TextureRegion,System.Boolean)'
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Tool(TextureRegion, bool)
nameWithType: Tool.Tool(TextureRegion, bool)
fullName: TinyLife.Tools.Tool.Tool(MLEM.Textures.TextureRegion, bool)
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-03-09 19:49:55 +01:00
startLine: 139
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: Creates a new tool with the given settings
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Tool(TextureRegion texture, bool displayAsTab = false)
parameters:
- id: texture
type: MLEM.Textures.TextureRegion
description: The texture of the tool icon
- id: displayAsTab
type: System.Boolean
description: Wheteher or not this tool should display as a tab. Defaults to false.
content.vb: Public Sub New(texture As TextureRegion, displayAsTab As Boolean = False)
overload: TinyLife.Tools.Tool.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Tool.New(TextureRegion, Boolean)
fullName.vb: TinyLife.Tools.Tool.New(MLEM.Textures.TextureRegion, Boolean)
name.vb: New(TextureRegion, Boolean)
2021-08-04 06:51:12 +02:00
- 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)
id: InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: InitBuildModeUi(Panel, Panel)
nameWithType: Tool.InitBuildModeUi(Panel, Panel)
fullName: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: InitBuildModeUi
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-03-09 19:49:55 +01:00
startLine: 150
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Override this method to add custom content to the passed ui elements.
By default, this method does nothing.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: protected virtual void InitBuildModeUi(Panel content, Panel zoom)
parameters:
- id: content
type: MLEM.Ui.Elements.Panel
2022-01-08 12:41:09 +01:00
description: The main content panel. Add custom <xref href="TinyLife.Tools.Tool.BuildModeButton(System.String%2cMLEM.Ui.Elements.Element.GenericCallback%2cMLEM.Ui.Elements.Element.DrawCallback%2cSystem.Single%2cMLEM.Textures.TextureRegion%2cSystem.Collections.Generic.IEnumerable%7bSystem.String%7d%2cSystem.Nullable%7bSystem.Single%7d)" data-throw-if-not-resolved="false"></xref> instances here.
2021-08-04 06:51:12 +02:00
- id: zoom
type: MLEM.Ui.Elements.Panel
2022-03-09 16:13:05 +01:00
description: The zoom panel that contains <xref href="TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme%5b%5d%2cSystem.Action%7bSystem.Int32%2cSystem.Int32%7d%2cSystem.Func%7bSystem.Int32%2cSystem.Int32%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref> and object previews
2021-08-04 06:51:12 +02:00
content.vb: Protected Overridable Sub InitBuildModeUi(content As Panel, zoom As Panel)
overload: TinyLife.Tools.Tool.InitBuildModeUi*
- uid: TinyLife.Tools.Tool.Opened
commentId: M:TinyLife.Tools.Tool.Opened
id: Opened
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: Opened()
nameWithType: Tool.Opened()
fullName: TinyLife.Tools.Tool.Opened()
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Opened
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-03-09 19:49:55 +01:00
startLine: 158
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Called when this build tool is opened.
By default, this method initializes several settings and calls <xref href="TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel%2cMLEM.Ui.Elements.Panel)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public virtual void Opened()
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Sub Opened()
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.Opened*
- uid: TinyLife.Tools.Tool.Closed
commentId: M:TinyLife.Tools.Tool.Closed
id: Closed
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: Closed()
nameWithType: Tool.Closed()
fullName: TinyLife.Tools.Tool.Closed()
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Closed
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 177
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Called when this build tool is closed.
By default, this method removes its elements from the ui.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public virtual void Closed()
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Sub Closed()
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.Closed*
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)
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
2024-03-09 19:49:55 +01:00
name: Update(GameTime, bool)
nameWithType: Tool.Update(GameTime, bool)
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Update
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 191
2021-08-04 06:51:12 +02:00
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 virtual 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 Overridable Sub Update(time As GameTime, cursorOnUi As Boolean)
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.Update*
2024-03-09 19:49:55 +01:00
nameWithType.vb: Tool.Update(GameTime, Boolean)
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
name.vb: Update(GameTime, Boolean)
- 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)
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
2024-03-09 19:49:55 +01:00
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)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Draw
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 230
2021-08-04 06:51:12 +02:00
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 virtual 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
2021-08-04 06:51:12 +02: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 Overridable Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.Draw*
2024-03-09 19:49:55 +01:00
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
- uid: TinyLife.Tools.Tool.GetMouseCursor
commentId: M:TinyLife.Tools.Tool.GetMouseCursor
id: GetMouseCursor
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: GetMouseCursor()
nameWithType: Tool.GetMouseCursor()
fullName: TinyLife.Tools.Tool.GetMouseCursor()
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetMouseCursor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 239
2021-08-04 06:51:12 +02:00
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 virtual CursorType GetMouseCursor()
return:
type: TinyLife.Uis.CursorType
description: The cursor type
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Function GetMouseCursor() As CursorType
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.GetMouseCursor*
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
id: CanPlaceForTooltip
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: CanPlaceForTooltip()
nameWithType: Tool.CanPlaceForTooltip()
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPlaceForTooltip
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 247
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-04-14 17:55:54 +02:00
summary: Returns whether or not the tool should currently be considered to be able to place objects for a tooltip displayed to the player.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public virtual CanPlaceResult CanPlaceForTooltip()
return:
type: TinyLife.Tools.CanPlaceResult
2024-04-14 17:55:54 +02:00
description: A <xref href="TinyLife.Tools.CanPlaceResult" data-throw-if-not-resolved="false"></xref> that represents whether the tool should be considered to be able to place objects.
2024-03-09 19:49:55 +01:00
content.vb: Public Overridable Function CanPlaceForTooltip() As CanPlaceResult
overload: TinyLife.Tools.Tool.CanPlaceForTooltip*
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Tools.Tool.CanSwitchGameModes
commentId: M:TinyLife.Tools.Tool.CanSwitchGameModes
id: CanSwitchGameModes
2021-08-04 06:51:12 +02:00
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
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
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-01-08 12:41:09 +01:00
id: CanSwitchGameModes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 255
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: Whether or not the game <xref href="TinyLife.GameImpl.CanSwitchGameModes" data-throw-if-not-resolved="false"></xref> currently, while this tool is selected
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-01-08 12:41:09 +01:00
content: public virtual bool CanSwitchGameModes()
2021-08-04 06:51:12 +02:00
return:
type: System.Boolean
2022-01-08 12:41:09 +01:00
description: Whether the game can be mode switched right now
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Function CanSwitchGameModes() As Boolean
2022-01-08 12:41:09 +01:00
overload: TinyLife.Tools.Tool.CanSwitchGameModes*
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Tools.Tool.CanUndoRedo
commentId: M:TinyLife.Tools.Tool.CanUndoRedo
id: CanUndoRedo
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: CanUndoRedo()
nameWithType: Tool.CanUndoRedo()
fullName: TinyLife.Tools.Tool.CanUndoRedo()
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanUndoRedo
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 263
2022-07-28 14:58:38 +02:00
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 virtual 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 Overridable Function CanUndoRedo() As Boolean
2022-07-28 14:58:38 +02:00
overload: TinyLife.Tools.Tool.CanUndoRedo*
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
commentId: M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
id: ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: ShouldHighlightSelectedObject(object)
nameWithType: Tool.ShouldHighlightSelectedObject(object)
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(object)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: ShouldHighlightSelectedObject
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 273
2021-08-04 06:51:12 +02:00
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 virtual 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
description: Whether or not the selected object should be highlighted
2022-11-12 13:53:28 +01:00
content.vb: Public Overridable Function ShouldHighlightSelectedObject(obj As Object) As Boolean
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.ShouldHighlightSelectedObject*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Tool.ShouldHighlightSelectedObject(Object)
fullName.vb: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(Object)
name.vb: ShouldHighlightSelectedObject(Object)
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)
id: OnButtonCreated(MLEM.Ui.Elements.Button)
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: OnButtonCreated(Button)
nameWithType: Tool.OnButtonCreated(Button)
fullName: TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnButtonCreated
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 281
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: A method that is called when this tool's build mode button is created.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public virtual void OnButtonCreated(Button button)
parameters:
- id: button
type: MLEM.Ui.Elements.Button
description: The button that was created.
content.vb: Public Overridable Sub OnButtonCreated(button As Button)
overload: TinyLife.Tools.Tool.OnButtonCreated*
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)
id: IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
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
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: IsOnLot
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 288
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: Returns whether or not the passed position is on the currently edited lot (<xref href="TinyLife.GameImpl.CurrentLot" data-throw-if-not-resolved="false"></xref>)
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public static bool IsOnLot(Point pos)
parameters:
- id: pos
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
description: The position to check
return:
type: System.Boolean
description: Whether or not the position is on the current lot
content.vb: Public Shared Function IsOnLot(pos As Point) As Boolean
overload: TinyLife.Tools.Tool.IsOnLot*
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
commentId: M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
id: ColorSelection(TinyLife.Utilities.ColorScheme[],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
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: ColorSelection(ColorScheme[], Action<int, int>, Func<int, int, bool>)
nameWithType: Tool.ColorSelection(ColorScheme[], Action<int, int>, Func<int, int, bool>)
fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[], System.Action<int, int>, System.Func<int, int, bool>)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: ColorSelection
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 306
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Creates a new <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> that resembles a set of color selection buttons.
This method uses <xref href="TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme%2cSystem.Action%7bSystem.Int32%7d%2cSystem.Func%7bSystem.Int32%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref> to create multiple color selection areas for all of the <code class="paramref">schemes</code> passed.
2022-03-09 16:13:05 +01:00
example: []
syntax:
content: public static Group ColorSelection(ColorScheme[] schemes, Action<int, int> onPressed, Func<int, int, bool> isSelected)
parameters:
- id: schemes
type: TinyLife.Utilities.ColorScheme[]
description: The color schemes to create buttons for.
- id: onPressed
type: System.Action{System.Int32,System.Int32}
description: A function that returns the index of the color scheme, as well as the index of the color, that has been pressed.
- id: isSelected
type: System.Func{System.Int32,System.Int32,System.Boolean}
description: A function that determines whether the color scheme and colors with the given indices are selected, which causes a rectangle to be drawn around it.
return:
type: MLEM.Ui.Elements.Group
description: A group of color selection areas with the given settings.
content.vb: Public Shared Function ColorSelection(schemes As ColorScheme(), onPressed As Action(Of Integer, Integer), isSelected As Func(Of Integer, Integer, Boolean)) As Group
overload: TinyLife.Tools.Tool.ColorSelection*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Tool.ColorSelection(ColorScheme(), Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
fullName.vb: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme(), System.Action(Of Integer, Integer), System.Func(Of Integer, Integer, Boolean))
name.vb: ColorSelection(ColorScheme(), Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
commentId: M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
id: ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: ColorSelection(ColorScheme, Action<int>, Func<int, bool>)
nameWithType: Tool.ColorSelection(ColorScheme, Action<int>, Func<int, bool>)
fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action<int>, System.Func<int, bool>)
2022-03-09 16:13:05 +01:00
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSelection
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 328
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: >-
Creates a new <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> that resembles a set of color selection buttons.
This is used by <xref href="TinyLife.Uis.CharacterCreator" data-throw-if-not-resolved="false"></xref>, as well as tools like the <xref href="TinyLife.Tools.FurnitureTool" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public static Group ColorSelection(ColorScheme colors, Action<int> onPressed, Func<int, bool> isSelected)
2021-08-04 06:51:12 +02:00
parameters:
- id: colors
type: TinyLife.Utilities.ColorScheme
description: The color scheme to create buttons for
- id: onPressed
type: System.Action{System.Int32}
description: A function that returns the index of the button (and color) that has been pressed
2022-03-09 16:13:05 +01:00
- id: isSelected
type: System.Func{System.Int32,System.Boolean}
description: A function that determines whether the color with the given index is selected, which causes a rectangle to be drawn around it.
2021-08-04 06:51:12 +02:00
return:
type: MLEM.Ui.Elements.Group
description: A group of buttons with the given settings
2022-03-09 16:13:05 +01:00
content.vb: Public Shared Function ColorSelection(colors As ColorScheme, onPressed As Action(Of Integer), isSelected As Func(Of Integer, Boolean)) As Group
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.ColorSelection*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Tool.ColorSelection(ColorScheme, Action(Of Integer), Func(Of Integer, Boolean))
fullName.vb: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action(Of Integer), System.Func(Of Integer, Boolean))
name.vb: ColorSelection(ColorScheme, Action(Of Integer), Func(Of Integer, Boolean))
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,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.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
id: BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-08-04 06:51:12 +02:00
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: BuildModeButton(string, GenericCallback, DrawCallback, float, TextureRegion, IEnumerable<string>, float?)
nameWithType: Tool.BuildModeButton(string, Element.GenericCallback, Element.DrawCallback, float, TextureRegion, IEnumerable<string>, float?)
fullName: TinyLife.Tools.Tool.BuildModeButton(string, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, float, MLEM.Textures.TextureRegion, System.Collections.Generic.IEnumerable<string>, float?)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: BuildModeButton
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Tools/Tool.cs
2024-04-14 17:55:54 +02:00
startLine: 367
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary: Creates a new <xref href="MLEM.Ui.Elements.Button" data-throw-if-not-resolved="false"></xref> in the style of each build mode content button, like the ones that display the furniture that can be bought.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-04-27 12:59:12 +02:00
content: public static Button BuildModeButton(string name, Element.GenericCallback onPressed, Element.DrawCallback onDrawn, float price, TextureRegion icon, IEnumerable<string> description = null, float? customPrice = null)
2021-08-04 06:51:12 +02:00
parameters:
- id: name
type: System.String
description: The name that should be displayed when hovering the button. This should be unlocalized.
- id: onPressed
type: MLEM.Ui.Elements.Element.GenericCallback
description: A fucntion that is called when the created button is pressed
- id: onDrawn
type: MLEM.Ui.Elements.Element.DrawCallback
description: A function that is called when the created button is drawn
- id: price
type: System.Single
description: The price that should be displayed for this object
- id: icon
type: MLEM.Textures.TextureRegion
description: The build mode category icon of this object
- id: description
type: System.Collections.Generic.IEnumerable{System.String}
2024-01-07 16:53:47 +01:00
description: An optional set of text lines that will be inserted into the tooltip's description part
2021-10-14 20:30:40 +02:00
- id: customPrice
type: System.Nullable{System.Single}
2024-01-07 16:53:47 +01:00
description: The custom price that should be displayed (and used) instead of the <code class="paramref">price</code>. If this value is set, the regular <code class="paramref">price</code> will be displayed as strikethrough
2021-08-04 06:51:12 +02:00
return:
type: MLEM.Ui.Elements.Button
description: A new button with the passed settings
2022-01-08 12:41:09 +01:00
content.vb: Public Shared Function BuildModeButton(name As String, onPressed As Element.GenericCallback, onDrawn As Element.DrawCallback, price As Single, icon As TextureRegion, description As IEnumerable(Of String) = Nothing, customPrice As Single? = Nothing) As Button
2021-08-04 06:51:12 +02:00
overload: TinyLife.Tools.Tool.BuildModeButton*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, 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, System.Collections.Generic.IEnumerable(Of String), Single?)
name.vb: BuildModeButton(String, GenericCallback, DrawCallback, Single, TextureRegion, IEnumerable(Of String), Single?)
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Tools.Tool.SelectFirstContentItem
commentId: M:TinyLife.Tools.Tool.SelectFirstContentItem
id: SelectFirstContentItem
parent: TinyLife.Tools.Tool
langs:
- csharp
- vb
name: SelectFirstContentItem()
nameWithType: Tool.SelectFirstContentItem()
fullName: TinyLife.Tools.Tool.SelectFirstContentItem()
type: Method
source:
remote:
path: TinyLife/Tools/Tool.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectFirstContentItem
path: ../TinyLife/Tools/Tool.cs
startLine: 409
assemblies:
- Tiny Life
namespace: TinyLife.Tools
summary: >-
Causes the first content item in the <xref href="TinyLife.Uis.InGameUi.BuildContent" data-throw-if-not-resolved="false"></xref> menu to be selected.
If none is available, the world cursor will be selected instead if using a gamepad.
example: []
syntax:
content: protected static void SelectFirstContentItem()
content.vb: Protected Shared Sub SelectFirstContentItem()
overload: TinyLife.Tools.Tool.SelectFirstContentItem*
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Tools.Tool.PlayModeTool
commentId: F:TinyLife.Tools.Tool.PlayModeTool
parent: TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_PlayModeTool
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildTools
2021-08-04 06:51:12 +02:00
name: BuildTools
nameWithType: Tool.BuildTools
fullName: TinyLife.Tools.Tool.BuildTools
- 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: 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.Tool.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<Tool>(Tool)
nameWithType: Extensions.JsonCopy<Tool>(Tool)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.Tool>(TinyLife.Tools.Tool)
nameWithType.vb: Extensions.JsonCopy(Of Tool)(Tool)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.Tool)(TinyLife.Tools.Tool)
name.vb: JsonCopy(Of Tool)(Tool)
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.Tool)
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.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.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.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.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.Tool)
name: JsonCopy
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: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2021-08-04 06:51:12 +02:00
- name: )
- 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: 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.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.RemoveTool
commentId: T:TinyLife.Tools.RemoveTool
parent: TinyLife.Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.RemoveTool.html
2021-08-04 06:51:12 +02:00
name: RemoveTool
nameWithType: RemoveTool
fullName: TinyLife.Tools.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.MoveTool
commentId: T:TinyLife.Tools.MoveTool
parent: TinyLife.Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.MoveTool.html
2021-08-04 06:51:12 +02:00
name: MoveTool
nameWithType: MoveTool
fullName: TinyLife.Tools.MoveTool
- uid: TinyLife.Tools.PlayModeTool
commentId: T:TinyLife.Tools.PlayModeTool
parent: TinyLife.Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.PlayModeTool.html
2021-08-04 06:51:12 +02:00
name: PlayModeTool
nameWithType: PlayModeTool
fullName: TinyLife.Tools.PlayModeTool
- uid: System.Collections.Generic.List{TinyLife.Tools.Tool}
commentId: T:System.Collections.Generic.List{TinyLife.Tools.Tool}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name: List<Tool>
nameWithType: List<Tool>
fullName: System.Collections.Generic.List<TinyLife.Tools.Tool>
nameWithType.vb: List(Of Tool)
fullName.vb: System.Collections.Generic.List(Of TinyLife.Tools.Tool)
name.vb: List(Of Tool)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
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.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Tools.Tool.SelectedObject*
commentId: Overload:TinyLife.Tools.Tool.SelectedObject
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.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
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.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.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.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
commentId: T:TinyLife.Objects.WallLike
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
name: WallLike
nameWithType: WallLike
fullName: TinyLife.Objects.WallLike
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.SelectedWall*
commentId: Overload:TinyLife.Tools.Tool.SelectedWall
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
2023-10-11 16:05:32 +02:00
- 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
2023-10-11 16:05:32 +02:00
name: Roof
nameWithType: Roof
fullName: TinyLife.World.Roof
- uid: TinyLife.Tools.Tool.SelectedRoof*
commentId: Overload:TinyLife.Tools.Tool.SelectedRoof
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedRoof
2023-10-11 16:05:32 +02:00
name: SelectedRoof
nameWithType: Tool.SelectedRoof
fullName: TinyLife.Tools.Tool.SelectedRoof
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
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Stairs
commentId: T:TinyLife.World.Stairs
2022-12-20 13:25:03 +01:00
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
- uid: TinyLife.Tools.Tool.SelectedStairs*
commentId: Overload:TinyLife.Tools.Tool.SelectedStairs
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.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.IsRotateCwPressed*
commentId: Overload:TinyLife.Tools.Tool.IsRotateCwPressed
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: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
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: Overload:TinyLife.Tools.Tool.IsRotateCcwPressed
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: Overload:TinyLife.Tools.Tool.IsCopyPressed
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.Opened
commentId: M:TinyLife.Tools.Tool.Opened
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_Opened
2021-11-23 16:24:04 +01:00
name: Opened()
nameWithType: Tool.Opened()
fullName: TinyLife.Tools.Tool.Opened()
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- 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:
2021-11-23 16:24:04 +01:00
- 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: )
2021-11-23 16:24:04 +01:00
- uid: System.Action{TinyLife.Tools.Tool}
commentId: T:System.Action{TinyLife.Tools.Tool}
parent: System
definition: System.Action`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2021-11-23 16:24:04 +01:00
name: Action<Tool>
nameWithType: Action<Tool>
fullName: System.Action<TinyLife.Tools.Tool>
nameWithType.vb: Action(Of Tool)
fullName.vb: System.Action(Of TinyLife.Tools.Tool)
name.vb: Action(Of Tool)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: <
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2021-11-23 16:24:04 +01:00
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2021-11-23 16:24:04 +01:00
- name: )
- uid: System.Action`1
commentId: T:System.Action`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2021-11-23 16:24:04 +01:00
name: Action<T>
nameWithType: Action<T>
fullName: System.Action<T>
nameWithType.vb: Action(Of T)
fullName.vb: System.Action(Of T)
name.vb: Action(Of T)
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2021-11-23 16:24:04 +01:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- name: T
- 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-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
- name: )
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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: )
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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
- name: )
- 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: (
2021-11-23 16:24:04 +01:00
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.Action{TinyLife.Tools.Tool,Microsoft.Xna.Framework.GameTime,System.Boolean}
commentId: T:System.Action{TinyLife.Tools.Tool,Microsoft.Xna.Framework.GameTime,System.Boolean}
2021-11-23 16:24:04 +01:00
parent: System
2024-03-09 19:49:55 +01:00
definition: System.Action`3
href: https://learn.microsoft.com/dotnet/api/system.action-3
name: Action<Tool, GameTime, bool>
nameWithType: Action<Tool, GameTime, bool>
fullName: System.Action<TinyLife.Tools.Tool, Microsoft.Xna.Framework.GameTime, bool>
nameWithType.vb: Action(Of Tool, GameTime, Boolean)
fullName.vb: System.Action(Of TinyLife.Tools.Tool, Microsoft.Xna.Framework.GameTime, Boolean)
name.vb: Action(Of Tool, GameTime, Boolean)
2021-11-23 16:24:04 +01:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.Action`3
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
2021-11-23 16:24:04 +01:00
- name: <
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: '>'
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: System.Action`3
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.Action`3
commentId: T:System.Action`3
2021-11-23 16:24:04 +01:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
name: Action<T1, T2, T3>
nameWithType: Action<T1, T2, T3>
fullName: System.Action<T1, T2, T3>
nameWithType.vb: Action(Of T1, T2, T3)
fullName.vb: System.Action(Of T1, T2, T3)
name.vb: Action(Of T1, T2, T3)
2021-11-23 16:24:04 +01:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.Action`3
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
2021-11-23 16:24:04 +01:00
- name: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- name: T2
2024-03-09 19:49:55 +01:00
- name: ','
- name: " "
- name: T3
2021-11-23 16:24:04 +01:00
- name: '>'
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: System.Action`3
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- name: T2
2024-03-09 19:49:55 +01:00
- name: ','
- name: " "
- name: T3
2021-11-23 16:24:04 +01:00
- name: )
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-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.Action{TinyLife.Tools.Tool,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean}
commentId: T:System.Action{TinyLife.Tools.Tool,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean}
2021-11-23 16:24:04 +01:00
parent: System
2024-03-09 19:49:55 +01:00
definition: System.Action`4
href: https://learn.microsoft.com/dotnet/api/system.action-4
name: Action<Tool, GameTime, SpriteBatch, bool>
nameWithType: Action<Tool, GameTime, SpriteBatch, bool>
fullName: System.Action<TinyLife.Tools.Tool, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool>
nameWithType.vb: Action(Of Tool, GameTime, SpriteBatch, Boolean)
fullName.vb: System.Action(Of TinyLife.Tools.Tool, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
name.vb: Action(Of Tool, GameTime, SpriteBatch, Boolean)
2021-11-23 16:24:04 +01:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.Action`4
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-4
2021-11-23 16:24:04 +01:00
- name: <
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: '>'
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: System.Action`4
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-4
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.Action`4
commentId: T:System.Action`4
2021-11-23 16:24:04 +01:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-4
name: Action<T1, T2, T3, T4>
nameWithType: Action<T1, T2, T3, T4>
fullName: System.Action<T1, T2, T3, T4>
nameWithType.vb: Action(Of T1, T2, T3, T4)
fullName.vb: System.Action(Of T1, T2, T3, T4)
name.vb: Action(Of T1, T2, T3, T4)
2021-11-23 16:24:04 +01:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.Action`4
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-4
2021-11-23 16:24:04 +01:00
- name: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- name: T3
2024-03-09 19:49:55 +01:00
- name: ','
- name: " "
- name: T4
2021-11-23 16:24:04 +01:00
- name: '>'
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: System.Action`4
2021-11-23 16:24:04 +01:00
name: Action
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-4
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- name: T3
2024-03-09 19:49:55 +01:00
- name: ','
- name: " "
- name: T4
2021-11-23 16:24:04 +01:00
- name: )
- 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-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- name: (
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
- uid: System.Action{TinyLife.Tools.Tool,MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel}
commentId: T:System.Action{TinyLife.Tools.Tool,MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel}
parent: System
definition: System.Action`3
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
2021-11-23 16:24:04 +01:00
name: Action<Tool, Panel, Panel>
nameWithType: Action<Tool, Panel, Panel>
fullName: System.Action<TinyLife.Tools.Tool, MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel>
nameWithType.vb: Action(Of Tool, Panel, Panel)
fullName.vb: System.Action(Of TinyLife.Tools.Tool, MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
name.vb: Action(Of Tool, Panel, Panel)
spec.csharp:
- uid: System.Action`3
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
2021-11-23 16:24:04 +01:00
- name: <
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: '>'
spec.vb:
- uid: System.Action`3
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-3
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool
name: Tool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
2024-01-07 16:53:47 +01:00
- uid: MLEM.Startup.MlemGame.Input
commentId: P:MLEM.Startup.MlemGame.Input
2021-11-23 16:24:04 +01:00
parent: MLEM.Startup.MlemGame
isExternal: true
2024-01-07 16:53:47 +01:00
name: Input
nameWithType: MlemGame.Input
fullName: MLEM.Startup.MlemGame.Input
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.Input*
commentId: Overload:TinyLife.Tools.Tool.Input
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Input
2021-11-23 16:24:04 +01:00
name: Input
nameWithType: Tool.Input
fullName: TinyLife.Tools.Tool.Input
- uid: MLEM.Input.InputHandler
commentId: T:MLEM.Input.InputHandler
parent: MLEM.Input
isExternal: true
name: InputHandler
nameWithType: InputHandler
fullName: MLEM.Input.InputHandler
- uid: MLEM.Startup.MlemGame
commentId: T:MLEM.Startup.MlemGame
parent: MLEM.Startup
isExternal: true
name: MlemGame
nameWithType: MlemGame
fullName: MLEM.Startup.MlemGame
- uid: MLEM.Input
commentId: N:MLEM.Input
isExternal: true
name: MLEM.Input
nameWithType: MLEM.Input
fullName: MLEM.Input
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Input
name: Input
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Input
name: Input
isExternal: true
2021-11-23 16:24:04 +01:00
- uid: MLEM.Startup
commentId: N:MLEM.Startup
isExternal: true
name: MLEM.Startup
nameWithType: MLEM.Startup
fullName: MLEM.Startup
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Startup
name: Startup
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Startup
name: Startup
isExternal: true
2024-01-07 16:53:47 +01:00
- uid: TinyLife.GameImpl.Camera
commentId: P:TinyLife.GameImpl.Camera
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Camera
name: Camera
nameWithType: GameImpl.Camera
fullName: TinyLife.GameImpl.Camera
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.Map*
commentId: Overload:TinyLife.Tools.Tool.Map
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Map
2021-11-23 16:24:04 +01:00
name: Map
nameWithType: Tool.Map
fullName: TinyLife.Tools.Tool.Map
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2021-11-23 16:24:04 +01:00
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
- uid: TinyLife.Tools.Tool.Money*
commentId: Overload:TinyLife.Tools.Tool.Money
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Money
2021-11-23 16:24:04 +01:00
name: Money
nameWithType: Tool.Money
fullName: TinyLife.Tools.Tool.Money
- 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
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Tools.Tool.CurrentFloor*
commentId: Overload:TinyLife.Tools.Tool.CurrentFloor
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
- 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-11-23 16:24:04 +01:00
- uid: MLEM.Textures.TextureRegion
commentId: T:MLEM.Textures.TextureRegion
parent: MLEM.Textures
isExternal: true
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
- uid: MLEM.Textures
commentId: N:MLEM.Textures
isExternal: true
name: MLEM.Textures
nameWithType: MLEM.Textures
fullName: MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Textures
name: Textures
isExternal: true
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
commentId: T:Microsoft.Xna.Framework.Vector2
parent: Microsoft.Xna.Framework
2021-11-23 16:24:04 +01:00
isExternal: true
name: Vector2
nameWithType: Vector2
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Vector2
- 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
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.#ctor*
commentId: Overload:TinyLife.Tools.Tool.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool__ctor_MLEM_Textures_TextureRegion_System_Boolean_
2021-11-23 16:24:04 +01:00
name: Tool
nameWithType: Tool.Tool
fullName: TinyLife.Tools.Tool.Tool
2023-03-30 18:07:55 +02:00
nameWithType.vb: Tool.New
fullName.vb: TinyLife.Tools.Tool.New
name.vb: New
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,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.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-11-23 16:24:04 +01:00
parent: TinyLife.Tools.Tool
isExternal: true
2024-01-07 16:53:47 +01: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_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2023-03-30 18:07:55 +02:00
name: BuildModeButton(string, GenericCallback, DrawCallback, float, TextureRegion, IEnumerable<string>, float?)
nameWithType: Tool.BuildModeButton(string, Element.GenericCallback, Element.DrawCallback, float, TextureRegion, IEnumerable<string>, float?)
fullName: TinyLife.Tools.Tool.BuildModeButton(string, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, float, MLEM.Textures.TextureRegion, System.Collections.Generic.IEnumerable<string>, float?)
nameWithType.vb: Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, 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, System.Collections.Generic.IEnumerable(Of String), Single?)
name.vb: BuildModeButton(String, GenericCallback, DrawCallback, Single, TextureRegion, IEnumerable(Of String), Single?)
2021-11-23 16:24:04 +01:00
spec.csharp:
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-11-23 16:24:04 +01:00
name: BuildModeButton
2024-01-07 16:53:47 +01: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_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2021-11-23 16:24:04 +01:00
- name: (
2021-08-04 06:51:12 +02:00
- 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: " "
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:
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2021-08-04 06:51:12 +02:00
name: BuildModeButton
2024-01-07 16:53:47 +01: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_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: " "
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: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
commentId: M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],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-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme___System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
2023-03-30 18:07:55 +02:00
name: ColorSelection(ColorScheme[], Action<int, int>, Func<int, int, bool>)
nameWithType: Tool.ColorSelection(ColorScheme[], Action<int, int>, Func<int, int, bool>)
fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[], System.Action<int, int>, System.Func<int, int, bool>)
nameWithType.vb: Tool.ColorSelection(ColorScheme(), Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
fullName.vb: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme(), System.Action(Of Integer, Integer), System.Func(Of Integer, Integer, Boolean))
name.vb: ColorSelection(ColorScheme(), Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2021-08-04 06:51:12 +02:00
name: ColorSelection
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme___System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
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: ']'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
2021-08-04 06:51:12 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
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
2021-08-04 06:51:12 +02:00
- name: '>'
- name: )
spec.vb:
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2021-08-04 06:51:12 +02:00
name: ColorSelection
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme___System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
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: )
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
2021-08-04 06:51:12 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
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
2021-08-04 06:51:12 +02:00
- name: )
- name: )
- uid: TinyLife.Tools.Tool.InitBuildModeUi*
commentId: Overload:TinyLife.Tools.Tool.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: InitBuildModeUi
nameWithType: Tool.InitBuildModeUi
fullName: TinyLife.Tools.Tool.InitBuildModeUi
- uid: MLEM.Ui.Elements.Panel
commentId: T:MLEM.Ui.Elements.Panel
parent: MLEM.Ui.Elements
isExternal: true
name: Panel
nameWithType: Panel
fullName: MLEM.Ui.Elements.Panel
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.Opened*
commentId: Overload:TinyLife.Tools.Tool.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: Opened
nameWithType: Tool.Opened
fullName: TinyLife.Tools.Tool.Opened
- uid: TinyLife.Tools.Tool.Closed*
commentId: Overload:TinyLife.Tools.Tool.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: Closed
nameWithType: Tool.Closed
fullName: TinyLife.Tools.Tool.Closed
- uid: TinyLife.GameImpl.CurrentTool
commentId: P:TinyLife.GameImpl.CurrentTool
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentTool
2023-03-30 18:07:55 +02:00
name: CurrentTool
nameWithType: GameImpl.CurrentTool
fullName: TinyLife.GameImpl.CurrentTool
2021-11-23 16:24:04 +01:00
- 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-11-23 16:24:04 +01:00
name: MousePos
nameWithType: Tool.MousePos
fullName: TinyLife.Tools.Tool.MousePos
- 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
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Tools.UndoRedoStack
commentId: T:TinyLife.Tools.UndoRedoStack
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html
2022-07-28 14:58:38 +02:00
name: UndoRedoStack
nameWithType: UndoRedoStack
fullName: TinyLife.Tools.UndoRedoStack
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.Update*
commentId: Overload:TinyLife.Tools.Tool.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: Update
nameWithType: Tool.Update
fullName: TinyLife.Tools.Tool.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
2021-11-23 16:24:04 +01:00
- 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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.Draw*
commentId: Overload:TinyLife.Tools.Tool.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: Draw
nameWithType: Tool.Draw
fullName: TinyLife.Tools.Tool.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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Uis.CursorType
commentId: T:TinyLife.Uis.CursorType
parent: TinyLife.Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CursorType.html
2021-08-04 06:51:12 +02:00
name: CursorType
nameWithType: CursorType
fullName: TinyLife.Uis.CursorType
- uid: TinyLife.Uis.CursorType.Default
commentId: F:TinyLife.Uis.CursorType.Default
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CursorType.html#TinyLife_Uis_CursorType_Default
2023-03-30 18:07:55 +02:00
name: Default
nameWithType: CursorType.Default
fullName: TinyLife.Uis.CursorType.Default
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.GetMouseCursor*
commentId: Overload:TinyLife.Tools.Tool.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: GetMouseCursor
nameWithType: Tool.GetMouseCursor
fullName: TinyLife.Tools.Tool.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
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Tools.CanPlaceResult
commentId: T:TinyLife.Tools.CanPlaceResult
parent: TinyLife.Tools
href: TinyLife.Tools.CanPlaceResult.html
name: CanPlaceResult
nameWithType: CanPlaceResult
fullName: TinyLife.Tools.CanPlaceResult
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip*
commentId: Overload:TinyLife.Tools.Tool.CanPlaceForTooltip
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
name: CanPlaceForTooltip
nameWithType: Tool.CanPlaceForTooltip
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip
2022-01-08 12:41:09 +01:00
- uid: TinyLife.GameImpl.CanSwitchGameModes
commentId: M:TinyLife.GameImpl.CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CanSwitchGameModes
2023-03-30 18:07:55 +02:00
name: CanSwitchGameModes()
nameWithType: GameImpl.CanSwitchGameModes()
fullName: TinyLife.GameImpl.CanSwitchGameModes()
spec.csharp:
- uid: TinyLife.GameImpl.CanSwitchGameModes
name: CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CanSwitchGameModes
2023-03-30 18:07:55 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.GameImpl.CanSwitchGameModes
name: CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CanSwitchGameModes
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Tools.Tool.CanSwitchGameModes*
commentId: Overload:TinyLife.Tools.Tool.CanSwitchGameModes
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
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Tools.UndoRedoStack.Undo
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
2023-03-30 18:07:55 +02:00
name: Undo()
nameWithType: UndoRedoStack.Undo()
fullName: TinyLife.Tools.UndoRedoStack.Undo()
spec.csharp:
- uid: TinyLife.Tools.UndoRedoStack.Undo
name: Undo
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
2023-03-30 18:07:55 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Tools.UndoRedoStack.Undo
name: Undo
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Tools.UndoRedoStack.Redo
commentId: M:TinyLife.Tools.UndoRedoStack.Redo
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Redo
2023-03-30 18:07:55 +02:00
name: Redo()
nameWithType: UndoRedoStack.Redo()
fullName: TinyLife.Tools.UndoRedoStack.Redo()
spec.csharp:
- uid: TinyLife.Tools.UndoRedoStack.Redo
name: Redo
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Redo
2023-03-30 18:07:55 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Tools.UndoRedoStack.Redo
name: Redo
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Redo
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Tools.Tool.CanUndoRedo*
commentId: Overload:TinyLife.Tools.Tool.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: CanUndoRedo
nameWithType: Tool.CanUndoRedo
fullName: TinyLife.Tools.Tool.CanUndoRedo
2021-08-04 06:51:12 +02:00
- 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.ShouldHighlightSelectedObject*
commentId: Overload:TinyLife.Tools.Tool.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: ShouldHighlightSelectedObject
nameWithType: Tool.ShouldHighlightSelectedObject
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Tools.Tool.OnButtonCreated*
commentId: Overload:TinyLife.Tools.Tool.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: OnButtonCreated
nameWithType: Tool.OnButtonCreated
fullName: TinyLife.Tools.Tool.OnButtonCreated
- uid: MLEM.Ui.Elements.Button
commentId: T:MLEM.Ui.Elements.Button
parent: MLEM.Ui.Elements
isExternal: true
name: Button
nameWithType: Button
fullName: MLEM.Ui.Elements.Button
2021-08-04 06:51:12 +02:00
- uid: TinyLife.GameImpl.CurrentLot
commentId: P:TinyLife.GameImpl.CurrentLot
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentLot
2023-03-30 18:07:55 +02:00
name: CurrentLot
nameWithType: GameImpl.CurrentLot
fullName: TinyLife.GameImpl.CurrentLot
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.IsOnLot*
commentId: Overload:TinyLife.Tools.Tool.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: IsOnLot
nameWithType: Tool.IsOnLot
fullName: TinyLife.Tools.Tool.IsOnLot
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Point
commentId: T:Microsoft.Xna.Framework.Point
parent: Microsoft.Xna.Framework
2021-08-30 20:44:32 +02:00
isExternal: true
name: Point
nameWithType: Point
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Group
commentId: T:MLEM.Ui.Elements.Group
parent: MLEM.Ui.Elements
isExternal: true
name: Group
nameWithType: Group
fullName: MLEM.Ui.Elements.Group
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
commentId: M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
parent: TinyLife.Tools.Tool
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__
2023-03-30 18:07:55 +02:00
name: ColorSelection(ColorScheme, Action<int>, Func<int, bool>)
nameWithType: Tool.ColorSelection(ColorScheme, Action<int>, Func<int, bool>)
fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action<int>, System.Func<int, bool>)
nameWithType.vb: Tool.ColorSelection(ColorScheme, Action(Of Integer), Func(Of Integer, Boolean))
fullName.vb: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action(Of Integer), System.Func(Of Integer, Boolean))
name.vb: ColorSelection(ColorScheme, Action(Of Integer), Func(Of Integer, Boolean))
2022-03-09 16:13:05 +01:00
spec.csharp:
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
name: ColorSelection
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__
2022-03-09 16:13:05 +01: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: " "
2022-03-09 16:13:05 +01: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
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
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`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: '>'
- name: )
spec.vb:
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
name: ColorSelection
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__
2022-03-09 16:13:05 +01: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: " "
2022-03-09 16:13:05 +01: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: " "
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`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: )
- name: )
- uid: TinyLife.Tools.Tool.ColorSelection*
commentId: Overload:TinyLife.Tools.Tool.ColorSelection
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme___System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
2022-03-09 16:13:05 +01:00
name: ColorSelection
nameWithType: Tool.ColorSelection
fullName: TinyLife.Tools.Tool.ColorSelection
- uid: TinyLife.Utilities.ColorScheme[]
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2022-03-09 16:13:05 +01:00
name: ColorScheme[]
nameWithType: ColorScheme[]
fullName: TinyLife.Utilities.ColorScheme[]
nameWithType.vb: ColorScheme()
fullName.vb: TinyLife.Utilities.ColorScheme()
name.vb: ColorScheme()
spec.csharp:
- 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: ']'
2022-03-09 16:13:05 +01:00
spec.vb:
- 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: )
2022-03-09 16:13:05 +01:00
- uid: System.Action{System.Int32,System.Int32}
commentId: T:System.Action{System.Int32,System.Int32}
parent: System
definition: System.Action`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
name: Action<int, int>
nameWithType: Action<int, int>
fullName: System.Action<int, int>
nameWithType.vb: Action(Of Integer, Integer)
fullName.vb: System.Action(Of Integer, Integer)
name.vb: Action(Of Integer, Integer)
2022-03-09 16:13:05 +01:00
spec.csharp:
- 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: '>'
spec.vb:
- 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: )
- uid: System.Func{System.Int32,System.Int32,System.Boolean}
commentId: T:System.Func{System.Int32,System.Int32,System.Boolean}
parent: System
definition: System.Func`3
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
name: Func<int, int, bool>
nameWithType: Func<int, int, bool>
fullName: System.Func<int, int, bool>
nameWithType.vb: Func(Of Integer, Integer, Boolean)
fullName.vb: System.Func(Of Integer, Integer, Boolean)
name.vb: Func(Of Integer, Integer, Boolean)
2022-03-09 16:13:05 +01:00
spec.csharp:
- 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: '>'
spec.vb:
- 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: )
2024-03-09 19:49:55 +01:00
- uid: System.Action`2
commentId: T:System.Action`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-2
name: Action<T1, T2>
nameWithType: Action<T1, T2>
fullName: System.Action<T1, T2>
nameWithType.vb: Action(Of T1, T2)
fullName.vb: System.Action(Of T1, T2)
name.vb: Action(Of T1, T2)
spec.csharp:
- uid: System.Action`2
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: <
- name: T1
- name: ','
- name: " "
- name: T2
- name: '>'
spec.vb:
- uid: System.Action`2
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
- name: T1
- name: ','
- name: " "
- name: T2
- name: )
2022-03-09 16:13:05 +01:00
- uid: System.Func`3
commentId: T:System.Func`3
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: Func<T1, T2, TResult>
nameWithType: Func<T1, T2, TResult>
fullName: System.Func<T1, T2, TResult>
nameWithType.vb: Func(Of T1, T2, TResult)
fullName.vb: System.Func(Of T1, T2, TResult)
name.vb: Func(Of T1, T2, TResult)
spec.csharp:
- 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: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: TResult
- name: '>'
spec.vb:
- 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
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: TResult
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Uis.CharacterCreator
commentId: T:TinyLife.Uis.CharacterCreator
parent: TinyLife.Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CharacterCreator.html
2021-08-04 06:51:12 +02:00
name: CharacterCreator
nameWithType: CharacterCreator
fullName: TinyLife.Uis.CharacterCreator
- uid: TinyLife.Tools.FurnitureTool
commentId: T:TinyLife.Tools.FurnitureTool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.FurnitureTool.html
2021-08-04 06:51:12 +02:00
name: FurnitureTool
nameWithType: FurnitureTool
fullName: TinyLife.Tools.FurnitureTool
- uid: TinyLife.Utilities.ColorScheme
commentId: T:TinyLife.Utilities.ColorScheme
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.ColorScheme.html
2021-08-04 06:51:12 +02:00
name: ColorScheme
nameWithType: ColorScheme
fullName: TinyLife.Utilities.ColorScheme
- uid: System.Action{System.Int32}
commentId: T:System.Action{System.Int32}
parent: System
definition: System.Action`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Action<int>
nameWithType: Action<int>
fullName: System.Action<int>
nameWithType.vb: Action(Of Integer)
fullName.vb: System.Action(Of Integer)
name.vb: Action(Of Integer)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
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: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
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: )
2022-03-09 16:13:05 +01:00
- uid: System.Func{System.Int32,System.Boolean}
commentId: T:System.Func{System.Int32,System.Boolean}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<int, bool>
nameWithType: Func<int, bool>
fullName: System.Func<int, bool>
nameWithType.vb: Func(Of Integer, Boolean)
fullName.vb: System.Func(Of Integer, Boolean)
name.vb: Func(Of Integer, Boolean)
2022-03-09 16:13:05 +01:00
spec.csharp:
- 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: '>'
spec.vb:
- 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: )
- uid: System.Func`2
commentId: T:System.Func`2
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: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
spec.csharp:
- 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: <
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: TResult
- name: '>'
spec.vb:
- 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
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: TResult
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Tools.Tool.BuildModeButton*
commentId: Overload:TinyLife.Tools.Tool.BuildModeButton
2024-01-07 16:53:47 +01: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_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2021-08-04 06:51:12 +02:00
name: BuildModeButton
nameWithType: Tool.BuildModeButton
fullName: TinyLife.Tools.Tool.BuildModeButton
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Element.GenericCallback
commentId: T:MLEM.Ui.Elements.Element.GenericCallback
parent: MLEM.Ui.Elements
isExternal: true
name: Element.GenericCallback
nameWithType: Element.GenericCallback
fullName: MLEM.Ui.Elements.Element.GenericCallback
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
- name: .
- uid: MLEM.Ui.Elements.Element.GenericCallback
name: GenericCallback
isExternal: true
spec.vb:
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
- name: .
- uid: MLEM.Ui.Elements.Element.GenericCallback
name: GenericCallback
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Element.DrawCallback
commentId: T:MLEM.Ui.Elements.Element.DrawCallback
parent: MLEM.Ui.Elements
isExternal: true
name: Element.DrawCallback
nameWithType: Element.DrawCallback
fullName: MLEM.Ui.Elements.Element.DrawCallback
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
- name: .
- uid: MLEM.Ui.Elements.Element.DrawCallback
name: DrawCallback
isExternal: true
spec.vb:
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
- name: .
- uid: MLEM.Ui.Elements.Element.DrawCallback
name: DrawCallback
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: System.Collections.Generic.IEnumerable{System.String}
commentId: T:System.Collections.Generic.IEnumerable{System.String}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<string>
nameWithType: IEnumerable<string>
fullName: System.Collections.Generic.IEnumerable<string>
2021-08-04 06:51:12 +02:00
nameWithType.vb: IEnumerable(Of String)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Collections.Generic.IEnumerable(Of String)
2021-08-04 06:51:12 +02:00
name.vb: IEnumerable(Of String)
spec.csharp:
- 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: '>'
spec.vb:
- 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: )
2021-10-14 20:30:40 +02:00
- uid: System.Nullable{System.Single}
commentId: T:System.Nullable{System.Single}
parent: System
definition: System.Nullable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float?
nameWithType: float?
fullName: float?
nameWithType.vb: Single?
fullName.vb: Single?
name.vb: Single?
2021-10-14 20:30:40 +02:00
spec.csharp:
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-10-14 20:30:40 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
2021-10-14 20:30:40 +02:00
spec.vb:
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
2021-08-04 06:51:12 +02:00
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
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: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- 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: <
- name: T
- name: '>'
spec.vb:
- 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
- name: T
- name: )
2023-10-11 16:05:32 +02:00
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
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
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Uis.InGameUi.BuildContent
commentId: P:TinyLife.Uis.InGameUi.BuildContent
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildContent
name: BuildContent
nameWithType: InGameUi.BuildContent
fullName: TinyLife.Uis.InGameUi.BuildContent
- uid: TinyLife.Tools.Tool.SelectFirstContentItem*
commentId: Overload:TinyLife.Tools.Tool.SelectFirstContentItem
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
name: SelectFirstContentItem
nameWithType: Tool.SelectFirstContentItem
fullName: TinyLife.Tools.Tool.SelectFirstContentItem