| EditorToolManager |
| ComponentTools | |
| CurrentSession | |
| CurrentSubTool | |
| CurrentTool |
| CurrentModeName | Holds the name of the current tool. We store this as a name because it's easy to store and restore. This gives us a single point to change, or read the current tool. The tool won't change until the next frame update. |
| LastModeName |
| SetSubTool | Switches to the named sub-tool type next editor frame. |
| SetTool | Switches to the named tool type next editor frame. |