Namespace TinyLife.Tools
Classes
FurniturePlacer
A helper class that represents a tool part which allows the placement and movement of furniture objects. This class is used by FurnitureTool and MoveTool.
FurnitureTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
LotTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
MoveLotTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
MoveTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
OpeningTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
PlayModeTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
RemoveTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
RoofTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
TileTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
Tool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
UndoableAction
An undoable action is an action used by a UndoRedoStack. Optionally, using the UndoableAction(Boolean) constructor, an undoable action can be set to be executed immediately, rather than being able to be undone and redone.
UndoRedoStack
The undo-redo stack controls undo and redo operations for various Tool activities. To add a new UndoableAction to the stack, use Add(UndoableAction) or, more commonly, AddAndExecute(UndoableAction).
WallpaperTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
WallTool
A tool is a type of game mode that is currently active. Tools are split up into the PlayModeTool and BuildTools, the latter of which holds all tools that can be found in the build menu.
Enums
FurnitureTool.Tab
A flags enumeration that represents the tabs of the FurnitureTool that objects can display in
PlayModeTool.StatType
An enumeration that represents all the tabs, or stat types, that can be displayed in the PlayModeTool
Delegates
FurniturePlacer.GetCustomPriceDelegate
A delegate method used by OnGetCustomPrice