class EditorToolManager

robot_2Generated
code_blocksInput

Description

The EditorToolManager class is part of the Editor namespace and is responsible for managing the tools available in the editor environment. It provides functionality to set and retrieve the current tool and sub-tool, as well as access to the current editing session and component tools.

Members

Static Members

Member NameSummary
SetToolSets the current tool by name.
SetSubToolSets the current sub-tool by name.
CurrentModeNameHolds the name of the current tool. The tool won't change until the next frame update.

Instance Members

Member NameSummary
CurrentToolGets the current tool being used in the editor.
CurrentSubToolGets the current sub-tool being used in the editor.
ComponentToolsGets the list of component tools available in the editor.
CurrentSessionGets the current scene editor session.