2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Tools.WallpaperTool
commentId : T:TinyLife.Tools.WallpaperTool
id : WallpaperTool
parent : TinyLife.Tools
children :
- TinyLife.Tools.WallpaperTool.#ctor
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.WallpaperTool.GetMouseCursor
- TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
2022-11-12 13:53:28 +01:00
- TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : WallpaperTool
nameWithType : WallpaperTool
fullName : TinyLife.Tools.WallpaperTool
type : Class
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : WallpaperTool
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2022-09-05 14:19:42 +02:00
startLine : 17
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-01-08 12:41:09 +01:00
summary : "\nA tool is a type of game mode that is currently active.\nTools 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.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content: 'public class WallpaperTool : Tool'
2023-03-30 18:07:55 +02:00
content.vb : Public Class WallpaperTool Inherits Tool
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
- TinyLife.Tools.Tool
inheritedMembers :
- TinyLife.Tools.Tool.RemoveTool
- TinyLife.Tools.Tool.MoveTool
- TinyLife.Tools.Tool.PlayModeTool
- TinyLife.Tools.Tool.BuildTools
- TinyLife.Tools.Tool.SelectedObject
- TinyLife.Tools.Tool.SelectedWall
2022-12-20 13:25:03 +01:00
- TinyLife.Tools.Tool.SelectedRoof
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.IsRotateCwPressed
- TinyLife.Tools.Tool.IsRotateCcwPressed
- TinyLife.Tools.Tool.IsCopyPressed
2021-11-23 16:24:04 +01:00
- TinyLife.Tools.Tool.OnOpened
- TinyLife.Tools.Tool.OnClosed
- TinyLife.Tools.Tool.OnUpdate
- TinyLife.Tools.Tool.OnDraw
- TinyLife.Tools.Tool.OnInitBuildModeUi
2021-08-04 06:51:12 +02:00
- TinyLife.Tools.Tool.Input
- TinyLife.Tools.Tool.Map
- TinyLife.Tools.Tool.Money
- TinyLife.Tools.Tool.Texture
- TinyLife.Tools.Tool.DisplayAsTab
- TinyLife.Tools.Tool.MousePos
- TinyLife.Tools.Tool.Opened
- TinyLife.Tools.Tool.Closed
- TinyLife.Tools.Tool.ForceWallsUp
2022-01-08 12:41:09 +01:00
- TinyLife.Tools.Tool.CanSwitchGameModes
2022-07-28 14:58:38 +02:00
- TinyLife.Tools.Tool.CanUndoRedo
2022-05-24 13:36:05 +02:00
- TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
2022-09-05 14:19:42 +02:00
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2022-03-09 16:13:05 +01:00
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,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
- 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.WallpaperTool.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Tools.WallpaperTool.#ctor
commentId : M:TinyLife.Tools.WallpaperTool.#ctor
id : '#ctor'
parent : TinyLife.Tools.WallpaperTool
langs :
- csharp
- vb
name : WallpaperTool()
nameWithType : WallpaperTool.WallpaperTool()
fullName : TinyLife.Tools.WallpaperTool.WallpaperTool()
type : Constructor
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2022-09-05 14:19:42 +02:00
startLine : 24
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
example : [ ]
syntax :
content : public WallpaperTool()
2023-03-30 18:07:55 +02:00
content.vb : Public Sub New()
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.WallpaperTool.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : WallpaperTool.New()
fullName.vb : TinyLife.Tools.WallpaperTool.New()
name.vb : New()
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)
commentId : M:TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)
id : Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.WallpaperTool
langs :
- csharp
- vb
name : Update(GameTime)
nameWithType : WallpaperTool.Update(GameTime)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Update
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2022-09-05 14:19:42 +02:00
startLine : 27
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-07-28 14:58:38 +02:00
summary : "\nThis method is called every update frame for the <xref href=\"TinyLife.GameImpl.CurrentTool\" data-throw-if-not-resolved=\"false\"></xref>.\nBy 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>.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public override void Update(GameTime time)
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2022-01-08 12:41:09 +01:00
description : The game's time
2021-08-04 06:51:12 +02:00
content.vb : Public Overrides Sub Update(time As GameTime)
2022-09-05 14:19:42 +02:00
overridden : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.WallpaperTool.Update*
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
commentId : M:TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
id : Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.WallpaperTool
langs :
- csharp
- vb
name : Draw(GameTime, SpriteBatch)
nameWithType : WallpaperTool.Draw(GameTime, SpriteBatch)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Draw
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2022-09-05 14:19:42 +02:00
startLine : 83
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-01-08 12:41:09 +01:00
summary : "\nThis method is called every draw frame for the <xref href=\"TinyLife.GameImpl.CurrentTool\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method is only called if the mouse is not hovering over any ui elements.\nBy default, this method invokes <xref href=\"TinyLife.Tools.Tool.OnDraw\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public override void Draw(GameTime time, SpriteBatch batch)
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2022-01-08 12:41:09 +01:00
description : The game's time
2021-08-04 06:51:12 +02:00
- id : batch
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
2022-01-08 12:41:09 +01:00
description : The sprite batch used for drawing
2021-08-04 06:51:12 +02:00
content.vb : Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
2022-09-05 14:19:42 +02:00
overridden : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.WallpaperTool.Draw*
- uid : TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
commentId : M:TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
id : InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
parent : TinyLife.Tools.WallpaperTool
langs :
- csharp
- vb
name : InitBuildModeUi(Panel, Panel)
nameWithType : WallpaperTool.InitBuildModeUi(Panel, Panel)
fullName : TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
type : Method
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : InitBuildModeUi
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2022-09-05 14:19:42 +02:00
startLine : 99
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-01-08 12:41:09 +01:00
summary : "\nOverride this method to add custom content to the passed ui elements.\nBy default, this method does nothing.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : protected override 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 Overrides Sub InitBuildModeUi(content As Panel, zoom As Panel)
overridden : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
overload : TinyLife.Tools.WallpaperTool.InitBuildModeUi*
- uid : TinyLife.Tools.WallpaperTool.GetMouseCursor
commentId : M:TinyLife.Tools.WallpaperTool.GetMouseCursor
id : GetMouseCursor
parent : TinyLife.Tools.WallpaperTool
langs :
- csharp
- vb
name : GetMouseCursor()
nameWithType : WallpaperTool.GetMouseCursor()
fullName : TinyLife.Tools.WallpaperTool.GetMouseCursor()
type : Method
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GetMouseCursor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2023-01-16 12:24:01 +01:00
startLine : 123
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-01-08 12:41:09 +01:00
summary : "\nReturns the <xref href=\"TinyLife.Uis.CursorType\" data-throw-if-not-resolved=\"false\"></xref> that this tool should currently display.\nBy default, <xref href=\"TinyLife.Uis.CursorType.Default\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public override CursorType GetMouseCursor()
return :
type : TinyLife.Uis.CursorType
2022-01-08 12:41:09 +01:00
description : The cursor type
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Function GetMouseCursor() As CursorType
2021-08-04 06:51:12 +02:00
overridden : TinyLife.Tools.Tool.GetMouseCursor
overload : TinyLife.Tools.WallpaperTool.GetMouseCursor*
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)
id : ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.WallpaperTool
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : ShouldHighlightSelectedObject(object)
nameWithType : WallpaperTool.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(object)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Tools/WallpaperTool.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ShouldHighlightSelectedObject
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Tools/WallpaperTool.cs
2023-01-16 12:24:01 +01:00
startLine : 130
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2022-05-24 13:36:05 +02:00
summary : "\nWhether or not the <xref href=\"TinyLife.Tools.Tool.SelectedObject\" data-throw-if-not-resolved=\"false\"></xref> should currently have a white highlight around it.\nThis method defaults to return true if <xref href=\"TinyLife.GameImpl.IsCursorOnUi\" data-throw-if-not-resolved=\"false\"></xref> is false.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-11-12 13:53:28 +01:00
content : public override bool ShouldHighlightSelectedObject(object obj)
parameters :
- id : obj
type : System.Object
description : The selected object, which can be a <xref href="TinyLife.Objects.MapObject" data-throw-if-not-resolved="false"></xref> or a <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
return :
type : System.Boolean
2022-01-08 12:41:09 +01:00
description : Whether or not the selected object should be highlighted
2022-11-12 13:53:28 +01:00
content.vb : Public Overrides Function ShouldHighlightSelectedObject(obj As Object) As Boolean
overridden : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject*
2023-03-30 18:07:55 +02:00
nameWithType.vb : WallpaperTool.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Tools
name : Tools
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Tools
name : Tools
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
- uid : TinyLife.Tools.Tool.RemoveTool
commentId : F:TinyLife.Tools.Tool.RemoveTool
parent : TinyLife.Tools.Tool
name : RemoveTool
nameWithType : Tool.RemoveTool
fullName : TinyLife.Tools.Tool.RemoveTool
- uid : TinyLife.Tools.Tool.MoveTool
commentId : F:TinyLife.Tools.Tool.MoveTool
parent : TinyLife.Tools.Tool
name : MoveTool
nameWithType : Tool.MoveTool
fullName : TinyLife.Tools.Tool.MoveTool
- uid : TinyLife.Tools.Tool.PlayModeTool
commentId : F:TinyLife.Tools.Tool.PlayModeTool
parent : TinyLife.Tools.Tool
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
name : BuildTools
nameWithType : Tool.BuildTools
fullName : TinyLife.Tools.Tool.BuildTools
- uid : TinyLife.Tools.Tool.SelectedObject
commentId : P:TinyLife.Tools.Tool.SelectedObject
parent : TinyLife.Tools.Tool
name : SelectedObject
nameWithType : Tool.SelectedObject
fullName : TinyLife.Tools.Tool.SelectedObject
- uid : TinyLife.Tools.Tool.SelectedWall
commentId : P:TinyLife.Tools.Tool.SelectedWall
parent : TinyLife.Tools.Tool
name : SelectedWall
nameWithType : Tool.SelectedWall
fullName : TinyLife.Tools.Tool.SelectedWall
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Tools.Tool.SelectedRoof
commentId : P:TinyLife.Tools.Tool.SelectedRoof
parent : TinyLife.Tools.Tool
name : SelectedRoof
nameWithType : Tool.SelectedRoof
fullName : TinyLife.Tools.Tool.SelectedRoof
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Tools.Tool.IsRotateCwPressed
commentId : P:TinyLife.Tools.Tool.IsRotateCwPressed
parent : TinyLife.Tools.Tool
name : IsRotateCwPressed
nameWithType : Tool.IsRotateCwPressed
fullName : TinyLife.Tools.Tool.IsRotateCwPressed
- uid : TinyLife.Tools.Tool.IsRotateCcwPressed
commentId : P:TinyLife.Tools.Tool.IsRotateCcwPressed
parent : TinyLife.Tools.Tool
name : IsRotateCcwPressed
nameWithType : Tool.IsRotateCcwPressed
fullName : TinyLife.Tools.Tool.IsRotateCcwPressed
- uid : TinyLife.Tools.Tool.IsCopyPressed
commentId : P:TinyLife.Tools.Tool.IsCopyPressed
parent : TinyLife.Tools.Tool
name : IsCopyPressed
nameWithType : Tool.IsCopyPressed
fullName : TinyLife.Tools.Tool.IsCopyPressed
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Tools.Tool.OnOpened
commentId : E:TinyLife.Tools.Tool.OnOpened
parent : TinyLife.Tools.Tool
name : OnOpened
nameWithType : Tool.OnOpened
fullName : TinyLife.Tools.Tool.OnOpened
- uid : TinyLife.Tools.Tool.OnClosed
commentId : E:TinyLife.Tools.Tool.OnClosed
parent : TinyLife.Tools.Tool
name : OnClosed
nameWithType : Tool.OnClosed
fullName : TinyLife.Tools.Tool.OnClosed
- uid : TinyLife.Tools.Tool.OnUpdate
commentId : E:TinyLife.Tools.Tool.OnUpdate
parent : TinyLife.Tools.Tool
name : OnUpdate
nameWithType : Tool.OnUpdate
fullName : TinyLife.Tools.Tool.OnUpdate
- uid : TinyLife.Tools.Tool.OnDraw
commentId : E:TinyLife.Tools.Tool.OnDraw
parent : TinyLife.Tools.Tool
name : OnDraw
nameWithType : Tool.OnDraw
fullName : TinyLife.Tools.Tool.OnDraw
- uid : TinyLife.Tools.Tool.OnInitBuildModeUi
commentId : E:TinyLife.Tools.Tool.OnInitBuildModeUi
parent : TinyLife.Tools.Tool
name : OnInitBuildModeUi
nameWithType : Tool.OnInitBuildModeUi
fullName : TinyLife.Tools.Tool.OnInitBuildModeUi
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.Tool.Input
commentId : P:TinyLife.Tools.Tool.Input
parent : TinyLife.Tools.Tool
name : Input
nameWithType : Tool.Input
fullName : TinyLife.Tools.Tool.Input
- uid : TinyLife.Tools.Tool.Map
commentId : P:TinyLife.Tools.Tool.Map
parent : TinyLife.Tools.Tool
name : Map
nameWithType : Tool.Map
fullName : TinyLife.Tools.Tool.Map
- uid : TinyLife.Tools.Tool.Money
commentId : P:TinyLife.Tools.Tool.Money
parent : TinyLife.Tools.Tool
name : Money
nameWithType : Tool.Money
fullName : TinyLife.Tools.Tool.Money
- uid : TinyLife.Tools.Tool.Texture
commentId : F:TinyLife.Tools.Tool.Texture
parent : TinyLife.Tools.Tool
name : Texture
nameWithType : Tool.Texture
fullName : TinyLife.Tools.Tool.Texture
- uid : TinyLife.Tools.Tool.DisplayAsTab
commentId : F:TinyLife.Tools.Tool.DisplayAsTab
parent : TinyLife.Tools.Tool
name : DisplayAsTab
nameWithType : Tool.DisplayAsTab
fullName : TinyLife.Tools.Tool.DisplayAsTab
- uid : TinyLife.Tools.Tool.MousePos
commentId : F:TinyLife.Tools.Tool.MousePos
parent : TinyLife.Tools.Tool
name : MousePos
nameWithType : Tool.MousePos
fullName : TinyLife.Tools.Tool.MousePos
- uid : TinyLife.Tools.Tool.Opened
commentId : M:TinyLife.Tools.Tool.Opened
parent : TinyLife.Tools.Tool
name : Opened()
nameWithType : Tool.Opened()
fullName : TinyLife.Tools.Tool.Opened()
spec.csharp :
- uid : TinyLife.Tools.Tool.Opened
name : Opened
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.Opened
name : Opened
- name : (
- name : )
- uid : TinyLife.Tools.Tool.Closed
commentId : M:TinyLife.Tools.Tool.Closed
parent : TinyLife.Tools.Tool
name : Closed()
nameWithType : Tool.Closed()
fullName : TinyLife.Tools.Tool.Closed()
spec.csharp :
- uid : TinyLife.Tools.Tool.Closed
name : Closed
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.Closed
name : Closed
- name : (
- name : )
- uid : TinyLife.Tools.Tool.ForceWallsUp
commentId : M:TinyLife.Tools.Tool.ForceWallsUp
parent : TinyLife.Tools.Tool
name : ForceWallsUp()
nameWithType : Tool.ForceWallsUp()
fullName : TinyLife.Tools.Tool.ForceWallsUp()
spec.csharp :
- uid : TinyLife.Tools.Tool.ForceWallsUp
name : ForceWallsUp
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.ForceWallsUp
name : ForceWallsUp
- name : (
- name : )
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
commentId : M:TinyLife.Tools.Tool.CanSwitchGameModes
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
2022-01-08 12:41:09 +01:00
name : CanSwitchGameModes()
nameWithType : Tool.CanSwitchGameModes()
fullName : TinyLife.Tools.Tool.CanSwitchGameModes()
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
name : CanSwitchGameModes
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
name : CanSwitchGameModes
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Tools.Tool.CanUndoRedo
commentId : M:TinyLife.Tools.Tool.CanUndoRedo
parent : TinyLife.Tools.Tool
name : CanUndoRedo()
nameWithType : Tool.CanUndoRedo()
fullName : TinyLife.Tools.Tool.CanUndoRedo()
spec.csharp :
- uid : TinyLife.Tools.Tool.CanUndoRedo
name : CanUndoRedo
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.CanUndoRedo
name : CanUndoRedo
- name : (
- name : )
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
commentId : M:TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
parent : TinyLife.Tools.Tool
isExternal : true
name : OnButtonCreated(Button)
nameWithType : Tool.OnButtonCreated(Button)
fullName : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
spec.csharp :
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
name : OnButtonCreated
- name : (
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
name : OnButtonCreated
- name : (
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
name : IsOnLot(Point)
nameWithType : Tool.IsOnLot(Point)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
name : IsOnLot
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name : Point
isExternal : true
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2021-08-04 06:51:12 +02:00
name : IsOnLot
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2021-08-04 06:51:12 +02:00
name : Point
isExternal : true
- name : )
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
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
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})
name : ColorSelection
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-03-09 16:13:05 +01:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-03-09 16:13:05 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
2022-03-09 16:13:05 +01:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
name : ColorSelection
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2023-03-30 18:07:55 +02:00
- name : (
- name : )
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-03-09 16:13:05 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`3
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-3
- name : (
- name : Of
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
- name : )
- 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
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
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})
2021-08-04 06:51:12 +02:00
name : ColorSelection
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2021-08-04 06:51:12 +02:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-08-04 06:51:12 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-03-09 16:13:05 +01:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
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})
2021-08-04 06:51:12 +02:00
name : ColorSelection
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-08-04 06:51:12 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01:00
- name : )
2021-08-04 06:51:12 +02:00
- name : )
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-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
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-08-04 06:51:12 +02: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-08-04 06:51:12 +02:00
name : BuildModeButton
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element.GenericCallback
2023-03-30 18:07:55 +02:00
name : GenericCallback
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Element.DrawCallback
2023-03-30 18:07:55 +02:00
name : DrawCallback
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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
- 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 : )
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.WallpaperTool.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy<WallpaperTool>(WallpaperTool)
nameWithType : Extensions.JsonCopy<WallpaperTool>(WallpaperTool)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.WallpaperTool>(TinyLife.Tools.WallpaperTool)
nameWithType.vb : Extensions.JsonCopy(Of WallpaperTool)(WallpaperTool)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.WallpaperTool)(TinyLife.Tools.WallpaperTool)
name.vb : JsonCopy(Of WallpaperTool)(WallpaperTool)
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.WallpaperTool)
name : JsonCopy
- name : <
- uid : TinyLife.Tools.WallpaperTool
name : WallpaperTool
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Tools.WallpaperTool
name : WallpaperTool
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.WallpaperTool)
name : JsonCopy
- name : (
- name : Of
- name : " "
- uid : TinyLife.Tools.WallpaperTool
name : WallpaperTool
- name : )
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Tools.WallpaperTool
name : WallpaperTool
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Tools.WallpaperTool.#ctor*
commentId : Overload:TinyLife.Tools.WallpaperTool.#ctor
name : WallpaperTool
nameWithType : WallpaperTool.WallpaperTool
fullName : TinyLife.Tools.WallpaperTool.WallpaperTool
2023-03-30 18:07:55 +02:00
nameWithType.vb : WallpaperTool.New
fullName.vb : TinyLife.Tools.WallpaperTool.New
name.vb : New
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
commentId : M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
name : Update(GameTime)
nameWithType : Tool.Update(GameTime)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
name : Update
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
2021-08-04 06:51:12 +02:00
name : Update
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
- name : )
- uid : TinyLife.Tools.WallpaperTool.Update*
commentId : Overload:TinyLife.Tools.WallpaperTool.Update
name : Update
nameWithType : WallpaperTool.Update
fullName : TinyLife.Tools.WallpaperTool.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
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
commentId : M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
name : Draw(GameTime, SpriteBatch)
nameWithType : Tool.Draw(GameTime, SpriteBatch)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
name : Draw
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name : SpriteBatch
isExternal : true
- name : )
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
name : Draw
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
name : SpriteBatch
isExternal : true
- name : )
- uid : TinyLife.Tools.WallpaperTool.Draw*
commentId : Overload:TinyLife.Tools.WallpaperTool.Draw
name : Draw
nameWithType : WallpaperTool.Draw
fullName : TinyLife.Tools.WallpaperTool.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.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
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
- name : (
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
name : InitBuildModeUi
- name : (
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
- uid : TinyLife.Tools.WallpaperTool.InitBuildModeUi*
commentId : Overload:TinyLife.Tools.WallpaperTool.InitBuildModeUi
name : InitBuildModeUi
nameWithType : WallpaperTool.InitBuildModeUi
fullName : TinyLife.Tools.WallpaperTool.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.GetMouseCursor
commentId : M:TinyLife.Tools.Tool.GetMouseCursor
parent : TinyLife.Tools.Tool
name : GetMouseCursor()
nameWithType : Tool.GetMouseCursor()
fullName : TinyLife.Tools.Tool.GetMouseCursor()
spec.csharp :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
- name : (
- name : )
- uid : TinyLife.Tools.WallpaperTool.GetMouseCursor*
commentId : Overload:TinyLife.Tools.WallpaperTool.GetMouseCursor
name : GetMouseCursor
nameWithType : WallpaperTool.GetMouseCursor
fullName : TinyLife.Tools.WallpaperTool.GetMouseCursor
- uid : TinyLife.Uis.CursorType
commentId : T:TinyLife.Uis.CursorType
parent : TinyLife.Uis
name : CursorType
nameWithType : CursorType
fullName : TinyLife.Uis.CursorType
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Uis
name : Uis
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Uis
name : Uis
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Tools.Tool
2022-11-12 13:53:28 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : ShouldHighlightSelectedObject(object)
nameWithType : Tool.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(object)
nameWithType.vb : Tool.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
- name : (
2022-11-12 13:53:28 +01:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-11-12 13:53:28 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
2021-08-04 06:51:12 +02:00
name : ShouldHighlightSelectedObject
- name : (
2022-11-12 13:53:28 +01:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject*
commentId : Overload:TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject
name : ShouldHighlightSelectedObject
nameWithType : WallpaperTool.ShouldHighlightSelectedObject
fullName : TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject
- 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