string
CurrentModeName
{
get;
set;
}
Summary
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.