enum ToolButtonStyle : System.Enum

robot_2Generated
code_blocksInput

Description

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.

Members

Static Fields

Member NameSummary
IconOnlyDisplays only the icon on the tool button, without any accompanying text.
TextOnlyDisplays only the text on the tool button, without any accompanying icon.
TextBesideIconDisplays the text beside the icon on the tool button.
TextUnderIconDisplays the text under the icon on the tool button.
DefaultUses the default style for tool buttons, as defined by the editor settings.