TinyLifeExampleMod/Api/TinyLife/Tools/MoveTool.md

27 lines
797 B
Markdown
Raw Normal View History

# [MoveTool](./MoveTool.md)
Namespace: [TinyLife]() > [Tools]()
Assembly: Tiny Life.dll
## Constructors
| Name | Summary |
| --- | --- |
| MoveTool ( ) | |
## Methods
| Return | Name | Summary |
| --- | --- | --- |
| [Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean) | CanSaveOrSwitchModes ( ) | |
| void | Draw ( [`GameTime`](./MoveTool.md), [`SpriteBatch`](./MoveTool.md) ) | |
| [Nullable](https://docs.microsoft.com/en-us/dotnet/api/System.Nullable-1)\<[WallDisplay](./../WallDisplay.md)> | ForceWallsUp ( ) | |
| [CursorType](./../Uis/CursorType.md) | GetMouseCursor ( ) | |
| [Boolean](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean) | ShouldHighlightSelectedObject ( ) | |
| void | Update ( [`GameTime`](./MoveTool.md) ) | |