| Button |
| Clicked | |
| Pressed | |
| Released | |
| Toggled |
| Icon | Sets an icon for the button via a filepath. |
| IsChecked | Whether this button is checked. See Editor.Button.IsToggle. |
| IsToggle | Whether this button can be toggled on or off. See Editor.Button.IsChecked. |
| Text | Text on the button. |
| Tint | The tint of the button color |
| GetIcon | |
| OnClicked | |
| OnPaint | |
| OnPressed | |
| OnReleased | |
| OnToggled | |
| SetIcon | Sets an icon for the button via a raw image. |