2023-10-11 16:05:32 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Tools.StairsTool
commentId : T:TinyLife.Tools.StairsTool
id : StairsTool
parent : TinyLife.Tools
children :
- TinyLife.Tools.StairsTool.#ctor
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
2024-02-02 18:13:42 +01:00
- TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(System.Object)
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2023-10-11 16:05:32 +02:00
langs :
- csharp
- vb
name : StairsTool
nameWithType : StairsTool
fullName : TinyLife.Tools.StairsTool
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
A tool is a type of game mode that is currently active.
Tools are split up into the <xref href="TinyLife.Tools.Tool.PlayModeTool" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Tools.Tool.BuildTools" data-throw-if-not-resolved="false"></xref>, the latter of which holds all tools that can be found in the build menu.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
content: 'public class StairsTool : Tool'
content.vb : Public Class StairsTool Inherits Tool
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
- TinyLife.Tools.Tool.SelectedRoof
- TinyLife.Tools.Tool.SelectedStairs
- TinyLife.Tools.Tool.IsRotateCwPressed
- TinyLife.Tools.Tool.IsRotateCcwPressed
- TinyLife.Tools.Tool.IsCopyPressed
- TinyLife.Tools.Tool.OnOpened
- TinyLife.Tools.Tool.OnClosed
- TinyLife.Tools.Tool.OnUpdate
- TinyLife.Tools.Tool.OnDraw
- TinyLife.Tools.Tool.OnInitBuildModeUi
- TinyLife.Tools.Tool.Input
- TinyLife.Tools.Tool.Map
- TinyLife.Tools.Tool.Money
- TinyLife.Tools.Tool.CurrentFloor
- TinyLife.Tools.Tool.Texture
- TinyLife.Tools.Tool.DisplayAsTab
- TinyLife.Tools.Tool.MousePos
- TinyLife.Tools.Tool.Opened
- TinyLife.Tools.Tool.Closed
- TinyLife.Tools.Tool.GetMouseCursor
2024-03-09 19:49:55 +01:00
- TinyLife.Tools.Tool.CanPlaceForTooltip
2023-10-11 16:05:32 +02:00
- TinyLife.Tools.Tool.CanSwitchGameModes
- TinyLife.Tools.Tool.CanUndoRedo
- TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
2024-10-17 17:28:12 +02:00
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2024-08-08 15:31:03 +02:00
- TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2024-04-14 17:55:54 +02:00
- TinyLife.Tools.Tool.SelectFirstContentItem
2023-10-11 16:05:32 +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.StairsTool.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Tools.StairsTool.#ctor
commentId : M:TinyLife.Tools.StairsTool.#ctor
id : '#ctor'
parent : TinyLife.Tools.StairsTool
langs :
- csharp
- vb
name : StairsTool()
nameWithType : StairsTool.StairsTool()
fullName : TinyLife.Tools.StairsTool.StairsTool()
type : Constructor
assemblies :
- Tiny Life
namespace : TinyLife.Tools
example : [ ]
syntax :
content : public StairsTool()
content.vb : Public Sub New()
overload : TinyLife.Tools.StairsTool.#ctor*
nameWithType.vb : StairsTool.New()
fullName.vb : TinyLife.Tools.StairsTool.New()
name.vb : New()
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
commentId : M:TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
id : Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.StairsTool
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : Update(GameTime, bool)
nameWithType : StairsTool.Update(GameTime, bool)
fullName : TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime, bool)
2023-10-11 16:05:32 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
This method is called every update frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
2024-03-09 19:49:55 +01:00
content : public override void Update(GameTime time, bool cursorOnUi)
2023-10-11 16:05:32 +02:00
parameters :
- id : time
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2024-03-09 19:49:55 +01:00
- id : cursorOnUi
type : System.Boolean
2024-04-14 17:55:54 +02:00
description : Whether the cursor is currently covering the ui.
2024-03-09 19:49:55 +01:00
content.vb : Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
overridden : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2023-10-11 16:05:32 +02:00
overload : TinyLife.Tools.StairsTool.Update*
2024-03-09 19:49:55 +01:00
nameWithType.vb : StairsTool.Update(GameTime, Boolean)
fullName.vb : TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
name.vb : Update(GameTime, Boolean)
- uid : TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
commentId : M:TinyLife.Tools.StairsTool.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)
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.StairsTool
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : Draw(GameTime, SpriteBatch, bool)
nameWithType : StairsTool.Draw(GameTime, SpriteBatch, bool)
fullName : TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
2023-10-11 16:05:32 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
2024-01-07 16:53:47 +01:00
summary : >-
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
2024-03-09 19:49:55 +01:00
content : public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
2023-10-11 16:05:32 +02:00
parameters :
- id : time
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2023-10-11 16:05:32 +02:00
- id : batch
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
description : The sprite batch used for drawing
2024-03-09 19:49:55 +01:00
- id : cursorOnUi
type : System.Boolean
2024-04-14 17:55:54 +02:00
description : Whether the cursor is currently covering the ui.
2024-03-09 19:49:55 +01:00
content.vb : Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
overridden : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2023-10-11 16:05:32 +02:00
overload : TinyLife.Tools.StairsTool.Draw*
2024-03-09 19:49:55 +01:00
nameWithType.vb : StairsTool.Draw(GameTime, SpriteBatch, Boolean)
fullName.vb : TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
name.vb : Draw(GameTime, SpriteBatch, Boolean)
2024-02-02 18:13:42 +01:00
- uid : TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(System.Object)
id : ShouldHighlightSelectedObject(System.Object)
parent : TinyLife.Tools.StairsTool
langs :
- csharp
- vb
name : ShouldHighlightSelectedObject(object)
nameWithType : StairsTool.ShouldHighlightSelectedObject(object)
fullName : TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(object)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Tools
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.
example : [ ]
syntax :
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.Objects.WallLike" data-throw-if-not-resolved="false"></xref>.
return :
type : System.Boolean
description : Whether or not the selected object should be highlighted
content.vb : Public Overrides Function ShouldHighlightSelectedObject(obj As Object) As Boolean
overridden : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
overload : TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject*
nameWithType.vb : StairsTool.ShouldHighlightSelectedObject(Object)
fullName.vb : TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(Object)
name.vb : ShouldHighlightSelectedObject(Object)
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
commentId : M:TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
id : InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
parent : TinyLife.Tools.StairsTool
langs :
- csharp
- vb
name : InitBuildModeUi(Panel, Panel)
nameWithType : StairsTool.InitBuildModeUi(Panel, Panel)
fullName : TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
type : Method
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.
2023-10-11 16:05:32 +02:00
example : [ ]
syntax :
content : protected override void InitBuildModeUi(Panel content, Panel zoom)
parameters :
- id : content
type : MLEM.Ui.Elements.Panel
2024-08-08 15:31:03 +02: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.String%2cSystem.Collections.Generic.IEnumerable%7bSystem.String%7d%2cSystem.Nullable%7bSystem.Single%7d)" data-throw-if-not-resolved="false"></xref> instances here.
2023-10-11 16:05:32 +02:00
- id : zoom
type : MLEM.Ui.Elements.Panel
2024-10-17 17:28:12 +02:00
description : The zoom panel that contains <xref href="TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings%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
2023-10-11 16:05:32 +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.StairsTool.InitBuildModeUi*
references :
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Tools.Tool.PlayModeTool
commentId : F:TinyLife.Tools.Tool.PlayModeTool
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_PlayModeTool
name : PlayModeTool
nameWithType : Tool.PlayModeTool
fullName : TinyLife.Tools.Tool.PlayModeTool
- uid : TinyLife.Tools.Tool.BuildTools
commentId : F:TinyLife.Tools.Tool.BuildTools
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildTools
name : BuildTools
nameWithType : Tool.BuildTools
fullName : TinyLife.Tools.Tool.BuildTools
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools
commentId : N : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
name : TinyLife.Tools
nameWithType : TinyLife.Tools
fullName : TinyLife.Tools
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
- name : .
- uid : TinyLife.Tools
name : Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.html
2023-10-11 16:05:32 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
- name : .
- uid : TinyLife.Tools
name : Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.html
2023-10-11 16:05:32 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
- uid : TinyLife.Tools.Tool
commentId : T:TinyLife.Tools.Tool
parent : TinyLife.Tools
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html
2023-10-11 16:05:32 +02:00
name : Tool
nameWithType : Tool
fullName : TinyLife.Tools.Tool
- uid : TinyLife.Tools.Tool.RemoveTool
commentId : F:TinyLife.Tools.Tool.RemoveTool
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_RemoveTool
2023-10-11 16:05:32 +02:00
name : RemoveTool
nameWithType : Tool.RemoveTool
fullName : TinyLife.Tools.Tool.RemoveTool
- uid : TinyLife.Tools.Tool.MoveTool
commentId : F:TinyLife.Tools.Tool.MoveTool
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_MoveTool
2023-10-11 16:05:32 +02:00
name : MoveTool
nameWithType : Tool.MoveTool
fullName : TinyLife.Tools.Tool.MoveTool
- uid : TinyLife.Tools.Tool.SelectedObject
commentId : P:TinyLife.Tools.Tool.SelectedObject
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedObject
2023-10-11 16:05:32 +02:00
name : SelectedObject
nameWithType : Tool.SelectedObject
fullName : TinyLife.Tools.Tool.SelectedObject
- uid : TinyLife.Tools.Tool.SelectedWall
commentId : P:TinyLife.Tools.Tool.SelectedWall
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedWall
2023-10-11 16:05:32 +02:00
name : SelectedWall
nameWithType : Tool.SelectedWall
fullName : TinyLife.Tools.Tool.SelectedWall
- uid : TinyLife.Tools.Tool.SelectedRoof
commentId : P:TinyLife.Tools.Tool.SelectedRoof
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedRoof
2023-10-11 16:05:32 +02:00
name : SelectedRoof
nameWithType : Tool.SelectedRoof
fullName : TinyLife.Tools.Tool.SelectedRoof
- uid : TinyLife.Tools.Tool.SelectedStairs
commentId : P:TinyLife.Tools.Tool.SelectedStairs
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectedStairs
2023-10-11 16:05:32 +02:00
name : SelectedStairs
nameWithType : Tool.SelectedStairs
fullName : TinyLife.Tools.Tool.SelectedStairs
- 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
2023-10-11 16:05:32 +02:00
name : IsRotateCwPressed
nameWithType : Tool.IsRotateCwPressed
fullName : TinyLife.Tools.Tool.IsRotateCwPressed
- uid : TinyLife.Tools.Tool.IsRotateCcwPressed
commentId : P:TinyLife.Tools.Tool.IsRotateCcwPressed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsRotateCcwPressed
2023-10-11 16:05:32 +02:00
name : IsRotateCcwPressed
nameWithType : Tool.IsRotateCcwPressed
fullName : TinyLife.Tools.Tool.IsRotateCcwPressed
- uid : TinyLife.Tools.Tool.IsCopyPressed
commentId : P:TinyLife.Tools.Tool.IsCopyPressed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsCopyPressed
2023-10-11 16:05:32 +02:00
name : IsCopyPressed
nameWithType : Tool.IsCopyPressed
fullName : TinyLife.Tools.Tool.IsCopyPressed
- uid : TinyLife.Tools.Tool.OnOpened
commentId : E:TinyLife.Tools.Tool.OnOpened
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnOpened
2023-10-11 16:05:32 +02:00
name : OnOpened
nameWithType : Tool.OnOpened
fullName : TinyLife.Tools.Tool.OnOpened
- uid : TinyLife.Tools.Tool.OnClosed
commentId : E:TinyLife.Tools.Tool.OnClosed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnClosed
2023-10-11 16:05:32 +02:00
name : OnClosed
nameWithType : Tool.OnClosed
fullName : TinyLife.Tools.Tool.OnClosed
- uid : TinyLife.Tools.Tool.OnUpdate
commentId : E:TinyLife.Tools.Tool.OnUpdate
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnUpdate
2023-10-11 16:05:32 +02:00
name : OnUpdate
nameWithType : Tool.OnUpdate
fullName : TinyLife.Tools.Tool.OnUpdate
- uid : TinyLife.Tools.Tool.OnDraw
commentId : E:TinyLife.Tools.Tool.OnDraw
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnDraw
2023-10-11 16:05:32 +02:00
name : OnDraw
nameWithType : Tool.OnDraw
fullName : TinyLife.Tools.Tool.OnDraw
- uid : TinyLife.Tools.Tool.OnInitBuildModeUi
commentId : E:TinyLife.Tools.Tool.OnInitBuildModeUi
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnInitBuildModeUi
2023-10-11 16:05:32 +02:00
name : OnInitBuildModeUi
nameWithType : Tool.OnInitBuildModeUi
fullName : TinyLife.Tools.Tool.OnInitBuildModeUi
- uid : TinyLife.Tools.Tool.Input
commentId : P:TinyLife.Tools.Tool.Input
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Input
2023-10-11 16:05:32 +02:00
name : Input
nameWithType : Tool.Input
fullName : TinyLife.Tools.Tool.Input
- uid : TinyLife.Tools.Tool.Map
commentId : P:TinyLife.Tools.Tool.Map
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Map
2023-10-11 16:05:32 +02:00
name : Map
nameWithType : Tool.Map
fullName : TinyLife.Tools.Tool.Map
- uid : TinyLife.Tools.Tool.Money
commentId : P:TinyLife.Tools.Tool.Money
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Money
2023-10-11 16:05:32 +02:00
name : Money
nameWithType : Tool.Money
fullName : TinyLife.Tools.Tool.Money
- uid : TinyLife.Tools.Tool.CurrentFloor
commentId : P:TinyLife.Tools.Tool.CurrentFloor
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CurrentFloor
2023-10-11 16:05:32 +02:00
name : CurrentFloor
nameWithType : Tool.CurrentFloor
fullName : TinyLife.Tools.Tool.CurrentFloor
- uid : TinyLife.Tools.Tool.Texture
commentId : F:TinyLife.Tools.Tool.Texture
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Texture
2023-10-11 16:05:32 +02:00
name : Texture
nameWithType : Tool.Texture
fullName : TinyLife.Tools.Tool.Texture
- uid : TinyLife.Tools.Tool.DisplayAsTab
commentId : F:TinyLife.Tools.Tool.DisplayAsTab
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_DisplayAsTab
2023-10-11 16:05:32 +02:00
name : DisplayAsTab
nameWithType : Tool.DisplayAsTab
fullName : TinyLife.Tools.Tool.DisplayAsTab
- uid : TinyLife.Tools.Tool.MousePos
commentId : F:TinyLife.Tools.Tool.MousePos
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_MousePos
2023-10-11 16:05:32 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Opened
2023-10-11 16:05:32 +02:00
name : Opened()
nameWithType : Tool.Opened()
fullName : TinyLife.Tools.Tool.Opened()
spec.csharp :
- uid : TinyLife.Tools.Tool.Opened
name : Opened
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Opened
2023-10-11 16:05:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.Opened
name : Opened
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Opened
2023-10-11 16:05:32 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.Tool.Closed
commentId : M:TinyLife.Tools.Tool.Closed
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Closed
2023-10-11 16:05:32 +02:00
name : Closed()
nameWithType : Tool.Closed()
fullName : TinyLife.Tools.Tool.Closed()
spec.csharp :
- uid : TinyLife.Tools.Tool.Closed
name : Closed
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Closed
2023-10-11 16:05:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.Closed
name : Closed
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Closed
2023-10-11 16:05:32 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.Tool.GetMouseCursor
commentId : M:TinyLife.Tools.Tool.GetMouseCursor
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
2023-10-11 16:05:32 +02:00
name : GetMouseCursor()
nameWithType : Tool.GetMouseCursor()
fullName : TinyLife.Tools.Tool.GetMouseCursor()
spec.csharp :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
2023-10-11 16:05:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.GetMouseCursor
name : GetMouseCursor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
2023-10-11 16:05:32 +02:00
- name : (
- name : )
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.CanPlaceForTooltip
commentId : M:TinyLife.Tools.Tool.CanPlaceForTooltip
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
name : CanPlaceForTooltip()
nameWithType : Tool.CanPlaceForTooltip()
fullName : TinyLife.Tools.Tool.CanPlaceForTooltip()
spec.csharp :
- uid : TinyLife.Tools.Tool.CanPlaceForTooltip
name : CanPlaceForTooltip
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.CanPlaceForTooltip
name : CanPlaceForTooltip
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
- name : (
- name : )
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
commentId : M:TinyLife.Tools.Tool.CanSwitchGameModes
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanSwitchGameModes
2023-10-11 16:05:32 +02:00
name : CanSwitchGameModes()
nameWithType : Tool.CanSwitchGameModes()
fullName : TinyLife.Tools.Tool.CanSwitchGameModes()
spec.csharp :
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
name : CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanSwitchGameModes
2023-10-11 16:05:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.CanSwitchGameModes
name : CanSwitchGameModes
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanSwitchGameModes
2023-10-11 16:05:32 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.Tool.CanUndoRedo
commentId : M:TinyLife.Tools.Tool.CanUndoRedo
parent : TinyLife.Tools.Tool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanUndoRedo
2023-10-11 16:05:32 +02:00
name : CanUndoRedo()
nameWithType : Tool.CanUndoRedo()
fullName : TinyLife.Tools.Tool.CanUndoRedo()
spec.csharp :
- uid : TinyLife.Tools.Tool.CanUndoRedo
name : CanUndoRedo
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanUndoRedo
2023-10-11 16:05:32 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.CanUndoRedo
name : CanUndoRedo
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanUndoRedo
2023-10-11 16:05:32 +02:00
- name : (
- name : )
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
commentId : M:TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
parent : TinyLife.Tools.Tool
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnButtonCreated_MLEM_Ui_Elements_Button_
2023-10-11 16:05:32 +02:00
name : OnButtonCreated(Button)
nameWithType : Tool.OnButtonCreated(Button)
fullName : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
spec.csharp :
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
name : OnButtonCreated
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnButtonCreated_MLEM_Ui_Elements_Button_
2023-10-11 16:05:32 +02:00
- name : (
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
name : OnButtonCreated
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_OnButtonCreated_MLEM_Ui_Elements_Button_
2023-10-11 16:05:32 +02:00
- name : (
- uid : MLEM.Ui.Elements.Button
name : Button
isExternal : true
- name : )
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
commentId : M:TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
parent : TinyLife.Tools.Tool
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsOnLot_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
name : IsOnLot(Point)
nameWithType : Tool.IsOnLot(Point)
fullName : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
spec.csharp :
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
name : IsOnLot
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsOnLot_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
name : IsOnLot
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_IsOnLot_Microsoft_Xna_Framework_Point_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.Point
name : Point
isExternal : true
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
commentId : M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorSettings_System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
name : ColorSelection(ColorSettings, Action<int, int>, Func<int, int, bool>)
nameWithType : Tool.ColorSelection(ColorSettings, Action<int, int>, Func<int, int, bool>)
fullName : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings, System.Action<int, int>, System.Func<int, int, bool>)
nameWithType.vb : Tool.ColorSelection(ColorSettings, Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
fullName.vb : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings, System.Action(Of Integer, Integer), System.Func(Of Integer, Integer, Boolean))
name.vb : ColorSelection(ColorSettings, Action(Of Integer, Integer), Func(Of Integer, Integer, Boolean))
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2023-10-11 16:05:32 +02:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorSettings_System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
2023-10-11 16:05:32 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.ColorSettings
name : ColorSettings
href : TinyLife.Utilities.ColorSettings.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Action`2
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : <
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '>'
- name : ','
- name : " "
- uid : System.Func`3
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-3
- name : <
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : '>'
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorSettings,System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
2023-10-11 16:05:32 +02:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorSettings_System_Action_System_Int32_System_Int32__System_Func_System_Int32_System_Int32_System_Boolean__
2023-10-11 16:05:32 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.ColorSettings
name : ColorSettings
href : TinyLife.Utilities.ColorSettings.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- uid : System.Action`2
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : )
- name : ','
- name : " "
- uid : System.Func`3
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-3
- name : (
- name : Of
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
commentId : M:TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_Microsoft_Xna_Framework_Color_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__System_String_
name : ColorSelection(ColorScheme, Color, Action<int>, Func<int, bool>, string)
nameWithType : Tool.ColorSelection(ColorScheme, Color, Action<int>, Func<int, bool>, string)
fullName : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color, System.Action<int>, System.Func<int, bool>, string)
nameWithType.vb : Tool.ColorSelection(ColorScheme, Color, Action(Of Integer), Func(Of Integer, Boolean), String)
fullName.vb : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, Microsoft.Xna.Framework.Color, System.Action(Of Integer), System.Func(Of Integer, Boolean), String)
name.vb : ColorSelection(ColorScheme, Color, Action(Of Integer), Func(Of Integer, Boolean), String)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2023-10-11 16:05:32 +02:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_Microsoft_Xna_Framework_Color_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__System_String_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.ColorScheme.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-10-17 17:28:12 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Action`1
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : <
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '>'
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : '>'
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color,System.Action{System.Int32},System.Func{System.Int32,System.Boolean},System.String)
2023-10-11 16:05:32 +02:00
name : ColorSelection
2024-10-17 17:28:12 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ColorSelection_TinyLife_Utilities_ColorScheme_Microsoft_Xna_Framework_Color_System_Action_System_Int32__System_Func_System_Int32_System_Boolean__System_String_
2023-10-11 16:05:32 +02:00
- name : (
- uid : TinyLife.Utilities.ColorScheme
name : ColorScheme
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.ColorScheme.html
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-10-17 17:28:12 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Action`1
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : )
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
2023-10-11 16:05:32 +02:00
- name : )
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
commentId : M:TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-08-08 15:31:03 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
name : BuildModeButton(string, GenericCallback, DrawCallback, float, TextureRegion, string, IEnumerable<string>, float?)
nameWithType : Tool.BuildModeButton(string, Element.GenericCallback, Element.DrawCallback, float, TextureRegion, string, IEnumerable<string>, float?)
fullName : TinyLife.Tools.Tool.BuildModeButton(string, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, float, MLEM.Textures.TextureRegion, string, System.Collections.Generic.IEnumerable<string>, float?)
nameWithType.vb : Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, String, IEnumerable(Of String), Single?)
fullName.vb : TinyLife.Tools.Tool.BuildModeButton(String, MLEM.Ui.Elements.Element.GenericCallback, MLEM.Ui.Elements.Element.DrawCallback, Single, MLEM.Textures.TextureRegion, String, System.Collections.Generic.IEnumerable(Of String), Single?)
name.vb : BuildModeButton(String, GenericCallback, DrawCallback, Single, TextureRegion, String, IEnumerable(Of String), Single?)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2023-10-11 16:05:32 +02:00
name : BuildModeButton
2024-08-08 15:31:03 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2023-10-11 16:05:32 +02:00
- name : (
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.GenericCallback
name : GenericCallback
isExternal : true
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.DrawCallback
name : DrawCallback
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : ','
- name : " "
2024-08-08 15:31:03 +02:00
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : <
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : '>'
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : )
spec.vb :
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.String,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})
2023-10-11 16:05:32 +02:00
name : BuildModeButton
2024-08-08 15:31:03 +02:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_BuildModeButton_System_String_MLEM_Ui_Elements_Element_GenericCallback_MLEM_Ui_Elements_Element_DrawCallback_System_Single_MLEM_Textures_TextureRegion_System_String_System_Collections_Generic_IEnumerable_System_String__System_Nullable_System_Single__
2023-10-11 16:05:32 +02:00
- name : (
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.GenericCallback
name : GenericCallback
isExternal : true
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Element.DrawCallback
name : DrawCallback
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : ','
- name : " "
2024-08-08 15:31:03 +02:00
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : )
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Tools.Tool.SelectFirstContentItem
commentId : M:TinyLife.Tools.Tool.SelectFirstContentItem
parent : TinyLife.Tools.Tool
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
name : SelectFirstContentItem()
nameWithType : Tool.SelectFirstContentItem()
fullName : TinyLife.Tools.Tool.SelectFirstContentItem()
spec.csharp :
- uid : TinyLife.Tools.Tool.SelectFirstContentItem
name : SelectFirstContentItem
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
- name : (
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.SelectFirstContentItem
name : SelectFirstContentItem
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_SelectFirstContentItem
- name : (
- name : )
2023-10-11 16:05:32 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name : (
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name : (
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name : (
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name : (
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name : GetHashCode()
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
name : GetType()
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name : MemberwiseClone()
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name : (
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name : (
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
name : ToString()
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
- name : (
- name : )
- uid : TinyLife.Tools.StairsTool.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-10-11 16:05:32 +02:00
name : JsonCopy<StairsTool>(StairsTool)
nameWithType : Extensions.JsonCopy<StairsTool>(StairsTool)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.StairsTool>(TinyLife.Tools.StairsTool)
nameWithType.vb : Extensions.JsonCopy(Of StairsTool)(StairsTool)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.StairsTool)(TinyLife.Tools.StairsTool)
name.vb : JsonCopy(Of StairsTool)(StairsTool)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.StairsTool)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-10-11 16:05:32 +02:00
- name : <
- uid : TinyLife.Tools.StairsTool
name : StairsTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.StairsTool.html
2023-10-11 16:05:32 +02:00
- name : '>'
- name : (
- uid : TinyLife.Tools.StairsTool
name : StairsTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.StairsTool.html
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.StairsTool)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-10-11 16:05:32 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Tools.StairsTool
name : StairsTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.StairsTool.html
2023-10-11 16:05:32 +02:00
- name : )
- name : (
- uid : TinyLife.Tools.StairsTool
name : StairsTool
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.StairsTool.html
2023-10-11 16:05:32 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-10-11 16:05:32 +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)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-10-11 16:05:32 +02:00
- name : <
- name : T
- name : '>'
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-10-11 16:05:32 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
- 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
2023-10-11 16:05:32 +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
2023-10-11 16:05:32 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-10-11 16:05:32 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-10-11 16:05:32 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Tools.StairsTool.#ctor*
commentId : Overload:TinyLife.Tools.StairsTool.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.StairsTool.html#TinyLife_Tools_StairsTool__ctor
2023-10-11 16:05:32 +02:00
name : StairsTool
nameWithType : StairsTool.StairsTool
fullName : TinyLife.Tools.StairsTool.StairsTool
nameWithType.vb : StairsTool.New
fullName.vb : TinyLife.Tools.StairsTool.New
name.vb : New
2024-01-07 16:53:47 +01:00
- uid : TinyLife.GameImpl.CurrentTool
commentId : P:TinyLife.GameImpl.CurrentTool
href : TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentTool
name : CurrentTool
nameWithType : GameImpl.CurrentTool
fullName : TinyLife.GameImpl.CurrentTool
- uid : TinyLife.Tools.UndoRedoStack
commentId : T:TinyLife.Tools.UndoRedoStack
href : TinyLife.Tools.UndoRedoStack.html
name : UndoRedoStack
nameWithType : UndoRedoStack
fullName : TinyLife.Tools.UndoRedoStack
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
commentId : M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
name : Update(GameTime, bool)
nameWithType : Tool.Update(GameTime, bool)
fullName : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
nameWithType.vb : Tool.Update(GameTime, Boolean)
fullName.vb : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
name.vb : Update(GameTime, Boolean)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2023-10-11 16:05:32 +02:00
name : Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.GameTime
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
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
2023-10-11 16:05:32 +02:00
name : Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.GameTime
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
2023-10-11 16:05:32 +02:00
- name : )
- uid : TinyLife.Tools.StairsTool.Update*
commentId : Overload:TinyLife.Tools.StairsTool.Update
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.StairsTool.html#TinyLife_Tools_StairsTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
2023-10-11 16:05:32 +02:00
name : Update
nameWithType : StairsTool.Update
fullName : TinyLife.Tools.StairsTool.Update
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
isExternal : true
name : GameTime
nameWithType : GameTime
fullName : Microsoft.Xna.Framework.GameTime
2024-03-09 19:49:55 +01:00
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2023-10-11 16:05:32 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
commentId : M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2023-10-11 16:05:32 +02:00
parent : TinyLife.Tools.Tool
isExternal : true
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
name : Draw(GameTime, SpriteBatch, bool)
nameWithType : Tool.Draw(GameTime, SpriteBatch, bool)
fullName : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
nameWithType.vb : Tool.Draw(GameTime, SpriteBatch, Boolean)
fullName.vb : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
name.vb : Draw(GameTime, SpriteBatch, Boolean)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2023-10-11 16:05:32 +02:00
name : Draw
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
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
2023-10-11 16:05:32 +02:00
- name : )
spec.vb :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
2023-10-11 16:05:32 +02:00
name : Draw
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
2023-10-11 16:05:32 +02:00
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
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
2023-10-11 16:05:32 +02:00
- name : )
- uid : TinyLife.Tools.StairsTool.Draw*
commentId : Overload:TinyLife.Tools.StairsTool.Draw
2024-03-09 19:49:55 +01:00
href : TinyLife.Tools.StairsTool.html#TinyLife_Tools_StairsTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
2023-10-11 16:05:32 +02:00
name : Draw
nameWithType : StairsTool.Draw
fullName : TinyLife.Tools.StairsTool.Draw
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
2024-02-02 18:13:42 +01:00
- uid : TinyLife.GameImpl.IsCursorOnUi
commentId : M:TinyLife.GameImpl.IsCursorOnUi
href : TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
name : IsCursorOnUi()
nameWithType : GameImpl.IsCursorOnUi()
fullName : TinyLife.GameImpl.IsCursorOnUi()
spec.csharp :
- uid : TinyLife.GameImpl.IsCursorOnUi
name : IsCursorOnUi
href : TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
- name : (
- name : )
spec.vb :
- uid : TinyLife.GameImpl.IsCursorOnUi
name : IsCursorOnUi
href : TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
- name : (
- name : )
- uid : TinyLife.Objects.MapObject
commentId : T:TinyLife.Objects.MapObject
parent : TinyLife.Objects
href : TinyLife.Objects.MapObject.html
name : MapObject
nameWithType : MapObject
fullName : TinyLife.Objects.MapObject
- uid : TinyLife.Objects.WallLike
commentId : T:TinyLife.Objects.WallLike
parent : TinyLife.Objects
href : TinyLife.Objects.WallLike.html
name : WallLike
nameWithType : WallLike
fullName : TinyLife.Objects.WallLike
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
commentId : M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
parent : TinyLife.Tools.Tool
isExternal : true
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ShouldHighlightSelectedObject_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)
spec.csharp :
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
name : ShouldHighlightSelectedObject
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ShouldHighlightSelectedObject_System_Object_
- name : (
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
spec.vb :
- uid : TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
name : ShouldHighlightSelectedObject
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_ShouldHighlightSelectedObject_System_Object_
- name : (
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
- uid : TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject*
commentId : Overload:TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject
href : TinyLife.Tools.StairsTool.html#TinyLife_Tools_StairsTool_ShouldHighlightSelectedObject_System_Object_
name : ShouldHighlightSelectedObject
nameWithType : StairsTool.ShouldHighlightSelectedObject
fullName : TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
href : TinyLife.html
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
spec.csharp :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Objects
name : Objects
href : TinyLife.Objects.html
spec.vb :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Objects
name : Objects
href : TinyLife.Objects.html
2023-10-11 16:05:32 +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
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_
2023-10-11 16:05:32 +02:00
name : InitBuildModeUi(Panel, Panel)
nameWithType : Tool.InitBuildModeUi(Panel, Panel)
fullName : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
spec.csharp :
- uid : TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
name : InitBuildModeUi
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2023-10-11 16:05:32 +02:00
- name : (
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : ','
- name : " "
- 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_
2023-10-11 16:05:32 +02:00
- name : (
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
- uid : TinyLife.Tools.StairsTool.InitBuildModeUi*
commentId : Overload:TinyLife.Tools.StairsTool.InitBuildModeUi
2024-01-07 16:53:47 +01:00
href : TinyLife.Tools.StairsTool.html#TinyLife_Tools_StairsTool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2023-10-11 16:05:32 +02:00
name : InitBuildModeUi
nameWithType : StairsTool.InitBuildModeUi
fullName : TinyLife.Tools.StairsTool.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
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