mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
2086 lines
65 KiB
YAML
2086 lines
65 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Tools.MoveTool
|
|
commentId: T:TinyLife.Tools.MoveTool
|
|
id: MoveTool
|
|
parent: TinyLife.Tools
|
|
children:
|
|
- TinyLife.Tools.MoveTool.#ctor
|
|
- TinyLife.Tools.MoveTool.CanSwitchGameModes
|
|
- TinyLife.Tools.MoveTool.CanUndoRedo
|
|
- TinyLife.Tools.MoveTool.Closed
|
|
- TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
- TinyLife.Tools.MoveTool.GetMouseCursor
|
|
- TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
|
- TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
- TinyLife.Tools.MoveTool.Opened
|
|
- TinyLife.Tools.MoveTool.Reload
|
|
- TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)
|
|
- TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MoveTool
|
|
nameWithType: MoveTool
|
|
fullName: TinyLife.Tools.MoveTool
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: MoveTool
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 21
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
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"
|
|
example: []
|
|
syntax:
|
|
content: 'public class MoveTool : Tool'
|
|
content.vb: >-
|
|
Public Class MoveTool
|
|
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.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.Texture
|
|
- TinyLife.Tools.Tool.DisplayAsTab
|
|
- TinyLife.Tools.Tool.MousePos
|
|
- TinyLife.Tools.Tool.ForceWallsUp
|
|
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
|
|
- 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})
|
|
- 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})
|
|
- 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.MoveTool.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
modifiers.csharp:
|
|
- public
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- uid: TinyLife.Tools.MoveTool.#ctor
|
|
commentId: M:TinyLife.Tools.MoveTool.#ctor
|
|
id: '#ctor'
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MoveTool()
|
|
nameWithType: MoveTool.MoveTool()
|
|
fullName: TinyLife.Tools.MoveTool.MoveTool()
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: .ctor
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 27
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
example: []
|
|
syntax:
|
|
content: public MoveTool()
|
|
content.vb: Public Sub New
|
|
overload: TinyLife.Tools.MoveTool.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- uid: TinyLife.Tools.MoveTool.Opened
|
|
commentId: M:TinyLife.Tools.MoveTool.Opened
|
|
id: Opened
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Opened()
|
|
nameWithType: MoveTool.Opened()
|
|
fullName: TinyLife.Tools.MoveTool.Opened()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Opened
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 32
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nCalled when this build tool is opened.\nBy default, this method initializes several settings and calls <xref href=\"TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel%2cMLEM.Ui.Elements.Panel)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void Opened()
|
|
content.vb: Public Overrides Sub Opened
|
|
overridden: TinyLife.Tools.Tool.Opened
|
|
overload: TinyLife.Tools.MoveTool.Opened*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.Closed
|
|
commentId: M:TinyLife.Tools.MoveTool.Closed
|
|
id: Closed
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Closed()
|
|
nameWithType: MoveTool.Closed()
|
|
fullName: TinyLife.Tools.MoveTool.Closed()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Closed
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 39
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nCalled when this build tool is closed.\nBy default, this method removes its elements from the ui.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void Closed()
|
|
content.vb: Public Overrides Sub Closed
|
|
overridden: TinyLife.Tools.Tool.Closed
|
|
overload: TinyLife.Tools.MoveTool.Closed*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
|
commentId: M:TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
|
id: InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InitBuildModeUi(Panel, Panel)
|
|
nameWithType: MoveTool.InitBuildModeUi(Panel, Panel)
|
|
fullName: TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: InitBuildModeUi
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 51
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nOverride this method to add custom content to the passed ui elements.\nBy default, this method does nothing.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected override void InitBuildModeUi(Panel content, Panel zoom)
|
|
parameters:
|
|
- id: content
|
|
type: MLEM.Ui.Elements.Panel
|
|
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.
|
|
- id: zoom
|
|
type: MLEM.Ui.Elements.Panel
|
|
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
|
|
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.MoveTool.InitBuildModeUi*
|
|
modifiers.csharp:
|
|
- protected
|
|
- override
|
|
modifiers.vb:
|
|
- Protected
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
|
commentId: M:TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
|
id: Update(Microsoft.Xna.Framework.GameTime)
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Update(GameTime)
|
|
nameWithType: MoveTool.Update(GameTime)
|
|
fullName: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Update
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 66
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
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"
|
|
example: []
|
|
syntax:
|
|
content: public override void Update(GameTime time)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game's time
|
|
content.vb: Public Overrides Sub Update(time As GameTime)
|
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
overload: TinyLife.Tools.MoveTool.Update*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
commentId: M:TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Draw(GameTime, SpriteBatch)
|
|
nameWithType: MoveTool.Draw(GameTime, SpriteBatch)
|
|
fullName: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Draw
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 103
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
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"
|
|
example: []
|
|
syntax:
|
|
content: public override void Draw(GameTime time, SpriteBatch batch)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game's time
|
|
- id: batch
|
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
description: The sprite batch used for drawing
|
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
overload: TinyLife.Tools.MoveTool.Draw*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.GetMouseCursor
|
|
commentId: M:TinyLife.Tools.MoveTool.GetMouseCursor
|
|
id: GetMouseCursor
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetMouseCursor()
|
|
nameWithType: MoveTool.GetMouseCursor()
|
|
fullName: TinyLife.Tools.MoveTool.GetMouseCursor()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: GetMouseCursor
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 109
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nReturns the <xref href=\"TinyLife.Uis.CursorType\" data-throw-if-not-resolved=\"false\"></xref> that this tool should currently display.\nBy default, <xref href=\"TinyLife.Uis.CursorType.Default\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override CursorType GetMouseCursor()
|
|
return:
|
|
type: TinyLife.Uis.CursorType
|
|
description: The cursor type
|
|
content.vb: Public Overrides Function GetMouseCursor As CursorType
|
|
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
|
overload: TinyLife.Tools.MoveTool.GetMouseCursor*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.CanSwitchGameModes
|
|
commentId: M:TinyLife.Tools.MoveTool.CanSwitchGameModes
|
|
id: CanSwitchGameModes
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanSwitchGameModes()
|
|
nameWithType: MoveTool.CanSwitchGameModes()
|
|
fullName: TinyLife.Tools.MoveTool.CanSwitchGameModes()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: CanSwitchGameModes
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 114
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nWhether or not the game <xref href=\"TinyLife.GameImpl.CanSwitchGameModes\" data-throw-if-not-resolved=\"false\"></xref> currently, while this tool is selected\n"
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanSwitchGameModes()
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether the game can be mode switched right now
|
|
content.vb: Public Overrides Function CanSwitchGameModes As Boolean
|
|
overridden: TinyLife.Tools.Tool.CanSwitchGameModes
|
|
overload: TinyLife.Tools.MoveTool.CanSwitchGameModes*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.CanUndoRedo
|
|
commentId: M:TinyLife.Tools.MoveTool.CanUndoRedo
|
|
id: CanUndoRedo
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanUndoRedo()
|
|
nameWithType: MoveTool.CanUndoRedo()
|
|
fullName: TinyLife.Tools.MoveTool.CanUndoRedo()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: CanUndoRedo
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 120
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nReturns whether or not the <xref href=\"TinyLife.Tools.UndoRedoStack\" data-throw-if-not-resolved=\"false\"></xref> can currently operate and thus, whether the <xref href=\"TinyLife.Tools.UndoRedoStack.Undo\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Tools.UndoRedoStack.Redo\" data-throw-if-not-resolved=\"false\"></xref> actions can be called.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanUndoRedo()
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether the undo or redo commands can be used right now.
|
|
content.vb: Public Overrides Function CanUndoRedo As Boolean
|
|
overridden: TinyLife.Tools.Tool.CanUndoRedo
|
|
overload: TinyLife.Tools.MoveTool.CanUndoRedo*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)
|
|
commentId: M:TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)
|
|
id: ShouldHighlightSelectedObject(System.Object)
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ShouldHighlightSelectedObject(Object)
|
|
nameWithType: MoveTool.ShouldHighlightSelectedObject(Object)
|
|
fullName: TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: ShouldHighlightSelectedObject
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 125
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nWhether or not the <xref href=\"TinyLife.Tools.Tool.SelectedObject\" data-throw-if-not-resolved=\"false\"></xref> should currently have a white highlight around it.\nThis method defaults to return true if <xref href=\"TinyLife.GameImpl.IsCursorOnUi\" data-throw-if-not-resolved=\"false\"></xref> is false.\n"
|
|
example: []
|
|
syntax:
|
|
content: public 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>.
|
|
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.MoveTool.ShouldHighlightSelectedObject*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
commentId: M:TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
id: OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnButtonCreated(Button)
|
|
nameWithType: MoveTool.OnButtonCreated(Button)
|
|
fullName: TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: OnButtonCreated
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 130
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nA method that is called when this tool's build mode button is created.\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void OnButtonCreated(Button button)
|
|
parameters:
|
|
- id: button
|
|
type: MLEM.Ui.Elements.Button
|
|
description: The button that was created.
|
|
content.vb: Public Overrides Sub OnButtonCreated(button As Button)
|
|
overridden: TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
overload: TinyLife.Tools.MoveTool.OnButtonCreated*
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
- uid: TinyLife.Tools.MoveTool.Reload
|
|
commentId: M:TinyLife.Tools.MoveTool.Reload
|
|
id: Reload
|
|
parent: TinyLife.Tools.MoveTool
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Reload()
|
|
nameWithType: MoveTool.Reload()
|
|
fullName: TinyLife.Tools.MoveTool.Reload()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Tools/MoveTool.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Reload
|
|
path: ../TinyLife/Tools/MoveTool.cs
|
|
startLine: 150
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Tools
|
|
summary: "\nReloads the move tool's content panel\n"
|
|
example: []
|
|
syntax:
|
|
content: public static void Reload()
|
|
content.vb: Public Shared Sub Reload
|
|
overload: TinyLife.Tools.MoveTool.Reload*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
references:
|
|
- uid: TinyLife.Tools
|
|
commentId: N:TinyLife.Tools
|
|
name: TinyLife.Tools
|
|
nameWithType: TinyLife.Tools
|
|
fullName: TinyLife.Tools
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: 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
|
|
- 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
|
|
- 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
|
|
- 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.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
|
|
nameWithType: Tool.ForceWallsUp
|
|
fullName: TinyLife.Tools.Tool.ForceWallsUp
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.ForceWallsUp
|
|
name: ForceWallsUp
|
|
nameWithType: Tool.ForceWallsUp
|
|
fullName: TinyLife.Tools.Tool.ForceWallsUp
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
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
|
|
nameWithType: Tool.IsOnLot
|
|
fullName: TinyLife.Tools.Tool.IsOnLot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
|
|
name: IsOnLot
|
|
nameWithType: Tool.IsOnLot
|
|
fullName: TinyLife.Tools.Tool.IsOnLot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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})
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: ColorSelection(ColorScheme[], Action<Int32, Int32>, Func<Int32, Int32, Boolean>)
|
|
nameWithType: Tool.ColorSelection(ColorScheme[], Action<Int32, Int32>, Func<Int32, Int32, Boolean>)
|
|
fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[], System.Action<System.Int32, System.Int32>, System.Func<System.Int32, System.Int32, System.Boolean>)
|
|
nameWithType.vb: Tool.ColorSelection(ColorScheme(), Action(Of Int32, Int32), Func(Of Int32, Int32, Boolean))
|
|
fullName.vb: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme(), System.Action(Of System.Int32, System.Int32), System.Func(Of System.Int32, System.Int32, System.Boolean))
|
|
name.vb: ColorSelection(ColorScheme(), Action(Of Int32, Int32), Func(Of Int32, Int32, Boolean))
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
|
|
name: ColorSelection
|
|
nameWithType: Tool.ColorSelection
|
|
fullName: TinyLife.Tools.Tool.ColorSelection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
nameWithType: ColorScheme
|
|
fullName: TinyLife.Utilities.ColorScheme
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Func`3
|
|
name: Func
|
|
nameWithType: Func
|
|
fullName: System.Func
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
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
|
|
nameWithType: Tool.ColorSelection
|
|
fullName: TinyLife.Tools.Tool.ColorSelection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
nameWithType: ColorScheme
|
|
fullName: TinyLife.Utilities.ColorScheme
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`2
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Func`3
|
|
name: Func
|
|
nameWithType: Func
|
|
fullName: System.Func
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
name: ColorSelection(ColorScheme, Action<Int32>, Func<Int32, Boolean>)
|
|
nameWithType: Tool.ColorSelection(ColorScheme, Action<Int32>, Func<Int32, Boolean>)
|
|
fullName: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action<System.Int32>, System.Func<System.Int32, System.Boolean>)
|
|
nameWithType.vb: Tool.ColorSelection(ColorScheme, Action(Of Int32), Func(Of Int32, Boolean))
|
|
fullName.vb: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme, System.Action(Of System.Int32), System.Func(Of System.Int32, System.Boolean))
|
|
name.vb: ColorSelection(ColorScheme, Action(Of Int32), Func(Of Int32, Boolean))
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
|
|
name: ColorSelection
|
|
nameWithType: Tool.ColorSelection
|
|
fullName: TinyLife.Tools.Tool.ColorSelection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
nameWithType: ColorScheme
|
|
fullName: TinyLife.Utilities.ColorScheme
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Func`2
|
|
name: Func
|
|
nameWithType: Func
|
|
fullName: System.Func
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme,System.Action{System.Int32},System.Func{System.Int32,System.Boolean})
|
|
name: ColorSelection
|
|
nameWithType: Tool.ColorSelection
|
|
fullName: TinyLife.Tools.Tool.ColorSelection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Utilities.ColorScheme
|
|
name: ColorScheme
|
|
nameWithType: ColorScheme
|
|
fullName: TinyLife.Utilities.ColorScheme
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Action`1
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Func`2
|
|
name: Func
|
|
nameWithType: Func
|
|
fullName: System.Func
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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})
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, IEnumerable<String>, Nullable<Single>)
|
|
nameWithType: Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, IEnumerable<String>, Nullable<Single>)
|
|
fullName: 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>)
|
|
nameWithType.vb: Tool.BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, IEnumerable(Of String), Nullable(Of Single))
|
|
fullName.vb: 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(Of System.String), System.Nullable(Of System.Single))
|
|
name.vb: BuildModeButton(String, Element.GenericCallback, Element.DrawCallback, Single, TextureRegion, IEnumerable(Of String), Nullable(Of Single))
|
|
spec.csharp:
|
|
- 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})
|
|
name: BuildModeButton
|
|
nameWithType: Tool.BuildModeButton
|
|
fullName: TinyLife.Tools.Tool.BuildModeButton
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element.GenericCallback
|
|
name: Element.GenericCallback
|
|
nameWithType: Element.GenericCallback
|
|
fullName: MLEM.Ui.Elements.Element.GenericCallback
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element.DrawCallback
|
|
name: Element.DrawCallback
|
|
nameWithType: Element.DrawCallback
|
|
fullName: MLEM.Ui.Elements.Element.DrawCallback
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
nameWithType: IEnumerable
|
|
fullName: System.Collections.Generic.IEnumerable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- 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})
|
|
name: BuildModeButton
|
|
nameWithType: Tool.BuildModeButton
|
|
fullName: TinyLife.Tools.Tool.BuildModeButton
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element.GenericCallback
|
|
name: Element.GenericCallback
|
|
nameWithType: Element.GenericCallback
|
|
fullName: MLEM.Ui.Elements.Element.GenericCallback
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element.DrawCallback
|
|
name: Element.DrawCallback
|
|
nameWithType: Element.DrawCallback
|
|
fullName: MLEM.Ui.Elements.Element.DrawCallback
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
nameWithType: IEnumerable
|
|
fullName: System.Collections.Generic.IEnumerable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object)
|
|
nameWithType: Object.Equals(Object)
|
|
fullName: System.Object.Equals(System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: Equals(Object, Object)
|
|
nameWithType: Object.Equals(Object, Object)
|
|
fullName: System.Object.Equals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
nameWithType: Object.Equals
|
|
fullName: System.Object.Equals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetHashCode()
|
|
nameWithType: Object.GetHashCode()
|
|
fullName: System.Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
nameWithType: Object.GetHashCode
|
|
fullName: System.Object.GetHashCode
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: GetType()
|
|
nameWithType: Object.GetType()
|
|
fullName: System.Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
nameWithType: Object.GetType
|
|
fullName: System.Object.GetType
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: MemberwiseClone()
|
|
nameWithType: Object.MemberwiseClone()
|
|
fullName: System.Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
nameWithType: Object.MemberwiseClone
|
|
fullName: System.Object.MemberwiseClone
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ReferenceEquals(Object, Object)
|
|
nameWithType: Object.ReferenceEquals(Object, Object)
|
|
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
nameWithType: Object.ReferenceEquals
|
|
fullName: System.Object.ReferenceEquals
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
name: ToString()
|
|
nameWithType: Object.ToString()
|
|
fullName: System.Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
nameWithType: Object.ToString
|
|
fullName: System.Object.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
nameWithType: Object.ToString
|
|
fullName: System.Object.ToString
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<MoveTool>()
|
|
nameWithType: Extensions.JsonCopy<MoveTool>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.MoveTool>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of MoveTool)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.MoveTool)()
|
|
name.vb: JsonCopy(Of MoveTool)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<MoveTool>
|
|
nameWithType: Extensions.JsonCopy<MoveTool>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.MoveTool>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of MoveTool)
|
|
nameWithType: Extensions.JsonCopy(Of MoveTool)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.MoveTool)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
- uid: TinyLife.Tools.MoveTool.#ctor*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.#ctor
|
|
name: MoveTool
|
|
nameWithType: MoveTool.MoveTool
|
|
fullName: TinyLife.Tools.MoveTool.MoveTool
|
|
- 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
|
|
nameWithType: Tool.Opened
|
|
fullName: TinyLife.Tools.Tool.Opened
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.Opened
|
|
name: Opened
|
|
nameWithType: Tool.Opened
|
|
fullName: TinyLife.Tools.Tool.Opened
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.Opened*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.Opened
|
|
name: Opened
|
|
nameWithType: MoveTool.Opened
|
|
fullName: TinyLife.Tools.MoveTool.Opened
|
|
- 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
|
|
nameWithType: Tool.Closed
|
|
fullName: TinyLife.Tools.Tool.Closed
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.Closed
|
|
name: Closed
|
|
nameWithType: Tool.Closed
|
|
fullName: TinyLife.Tools.Tool.Closed
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.Closed*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.Closed
|
|
name: Closed
|
|
nameWithType: MoveTool.Closed
|
|
fullName: TinyLife.Tools.MoveTool.Closed
|
|
- 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
|
|
nameWithType: Tool.InitBuildModeUi
|
|
fullName: TinyLife.Tools.Tool.InitBuildModeUi
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
|
name: InitBuildModeUi
|
|
nameWithType: Tool.InitBuildModeUi
|
|
fullName: TinyLife.Tools.Tool.InitBuildModeUi
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
nameWithType: Panel
|
|
fullName: MLEM.Ui.Elements.Panel
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.InitBuildModeUi*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.InitBuildModeUi
|
|
name: InitBuildModeUi
|
|
nameWithType: MoveTool.InitBuildModeUi
|
|
fullName: TinyLife.Tools.MoveTool.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
|
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: Update(GameTime)
|
|
nameWithType: Tool.Update(GameTime)
|
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
name: Update
|
|
nameWithType: Tool.Update
|
|
fullName: TinyLife.Tools.Tool.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
|
name: Update
|
|
nameWithType: Tool.Update
|
|
fullName: TinyLife.Tools.Tool.Update
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.Update*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.Update
|
|
name: Update
|
|
nameWithType: MoveTool.Update
|
|
fullName: TinyLife.Tools.MoveTool.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
|
|
- uid: Microsoft.Xna.Framework
|
|
commentId: N:Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework
|
|
nameWithType: Microsoft.Xna.Framework
|
|
fullName: Microsoft.Xna.Framework
|
|
- 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)
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: Draw(GameTime, SpriteBatch)
|
|
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
name: Draw
|
|
nameWithType: Tool.Draw
|
|
fullName: TinyLife.Tools.Tool.Draw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
nameWithType: SpriteBatch
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
name: Draw
|
|
nameWithType: Tool.Draw
|
|
fullName: TinyLife.Tools.Tool.Draw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
nameWithType: SpriteBatch
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.Draw*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.Draw
|
|
name: Draw
|
|
nameWithType: MoveTool.Draw
|
|
fullName: TinyLife.Tools.MoveTool.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
|
|
- uid: TinyLife.Tools.Tool.GetMouseCursor
|
|
commentId: M:TinyLife.Tools.Tool.GetMouseCursor
|
|
parent: TinyLife.Tools.Tool
|
|
name: GetMouseCursor()
|
|
nameWithType: Tool.GetMouseCursor()
|
|
fullName: TinyLife.Tools.Tool.GetMouseCursor()
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.GetMouseCursor
|
|
name: GetMouseCursor
|
|
nameWithType: Tool.GetMouseCursor
|
|
fullName: TinyLife.Tools.Tool.GetMouseCursor
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.GetMouseCursor
|
|
name: GetMouseCursor
|
|
nameWithType: Tool.GetMouseCursor
|
|
fullName: TinyLife.Tools.Tool.GetMouseCursor
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.GetMouseCursor*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.GetMouseCursor
|
|
name: GetMouseCursor
|
|
nameWithType: MoveTool.GetMouseCursor
|
|
fullName: TinyLife.Tools.MoveTool.GetMouseCursor
|
|
- uid: TinyLife.Uis.CursorType
|
|
commentId: T:TinyLife.Uis.CursorType
|
|
parent: TinyLife.Uis
|
|
name: CursorType
|
|
nameWithType: CursorType
|
|
fullName: TinyLife.Uis.CursorType
|
|
- uid: TinyLife.Uis
|
|
commentId: N:TinyLife.Uis
|
|
name: TinyLife.Uis
|
|
nameWithType: TinyLife.Uis
|
|
fullName: TinyLife.Uis
|
|
- uid: TinyLife.Tools.Tool.CanSwitchGameModes
|
|
commentId: M:TinyLife.Tools.Tool.CanSwitchGameModes
|
|
parent: TinyLife.Tools.Tool
|
|
name: CanSwitchGameModes()
|
|
nameWithType: Tool.CanSwitchGameModes()
|
|
fullName: TinyLife.Tools.Tool.CanSwitchGameModes()
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.CanSwitchGameModes
|
|
name: CanSwitchGameModes
|
|
nameWithType: Tool.CanSwitchGameModes
|
|
fullName: TinyLife.Tools.Tool.CanSwitchGameModes
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.CanSwitchGameModes
|
|
name: CanSwitchGameModes
|
|
nameWithType: Tool.CanSwitchGameModes
|
|
fullName: TinyLife.Tools.Tool.CanSwitchGameModes
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.CanSwitchGameModes*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.CanSwitchGameModes
|
|
name: CanSwitchGameModes
|
|
nameWithType: MoveTool.CanSwitchGameModes
|
|
fullName: TinyLife.Tools.MoveTool.CanSwitchGameModes
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
- 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
|
|
nameWithType: Tool.CanUndoRedo
|
|
fullName: TinyLife.Tools.Tool.CanUndoRedo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.CanUndoRedo
|
|
name: CanUndoRedo
|
|
nameWithType: Tool.CanUndoRedo
|
|
fullName: TinyLife.Tools.Tool.CanUndoRedo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.CanUndoRedo*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.CanUndoRedo
|
|
name: CanUndoRedo
|
|
nameWithType: MoveTool.CanUndoRedo
|
|
fullName: TinyLife.Tools.MoveTool.CanUndoRedo
|
|
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
commentId: M:TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
parent: TinyLife.Tools.Tool
|
|
isExternal: true
|
|
name: ShouldHighlightSelectedObject(Object)
|
|
nameWithType: Tool.ShouldHighlightSelectedObject(Object)
|
|
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
spec.csharp:
|
|
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
name: ShouldHighlightSelectedObject
|
|
nameWithType: Tool.ShouldHighlightSelectedObject
|
|
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)
|
|
name: ShouldHighlightSelectedObject
|
|
nameWithType: Tool.ShouldHighlightSelectedObject
|
|
fullName: TinyLife.Tools.Tool.ShouldHighlightSelectedObject
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject
|
|
name: ShouldHighlightSelectedObject
|
|
nameWithType: MoveTool.ShouldHighlightSelectedObject
|
|
fullName: TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject
|
|
- 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
|
|
nameWithType: Tool.OnButtonCreated
|
|
fullName: TinyLife.Tools.Tool.OnButtonCreated
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Ui.Elements.Button
|
|
name: Button
|
|
nameWithType: Button
|
|
fullName: MLEM.Ui.Elements.Button
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
|
name: OnButtonCreated
|
|
nameWithType: Tool.OnButtonCreated
|
|
fullName: TinyLife.Tools.Tool.OnButtonCreated
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Ui.Elements.Button
|
|
name: Button
|
|
nameWithType: Button
|
|
fullName: MLEM.Ui.Elements.Button
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Tools.MoveTool.OnButtonCreated*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.OnButtonCreated
|
|
name: OnButtonCreated
|
|
nameWithType: MoveTool.OnButtonCreated
|
|
fullName: TinyLife.Tools.MoveTool.OnButtonCreated
|
|
- uid: MLEM.Ui.Elements.Button
|
|
commentId: T:MLEM.Ui.Elements.Button
|
|
parent: MLEM.Ui.Elements
|
|
isExternal: true
|
|
name: Button
|
|
nameWithType: Button
|
|
fullName: MLEM.Ui.Elements.Button
|
|
- uid: TinyLife.Tools.MoveTool.Reload*
|
|
commentId: Overload:TinyLife.Tools.MoveTool.Reload
|
|
name: Reload
|
|
nameWithType: MoveTool.Reload
|
|
fullName: TinyLife.Tools.MoveTool.Reload
|