The ToolButtonStyle enumeration in the Editor
namespace defines the visual style of tool buttons within the editor interface. It provides options for how text and icons are displayed on buttons, allowing for customization of the user interface.
The ToolButtonStyle enumeration in the Editor
namespace defines the visual style of tool buttons within the editor interface. It provides options for how text and icons are displayed on buttons, allowing for customization of the user interface.
Member Name | Summary |
---|---|
IconOnly | Displays only the icon on the tool button, without any accompanying text. |
TextOnly | Displays only the text on the tool button, without any accompanying icon. |
TextBesideIcon | Displays the text beside the icon on the tool button. |
TextUnderIcon | Displays the text under the icon on the tool button. |
Default | Uses the default style for tool buttons, as defined by the editor settings. |