API Referenceglobal
WithCornerIconclass
Constructors1
Showing 1 constructors
public WithCornerIcon(string icon, System.Action onClick = null, Editor.Widget parent = null)
| Parameter | Type | Description |
|---|---|---|
| icon | string | — |
| onClick = null | Action | — |
| parent = null | Widget | — |
No results match this filter.
Methods1
Showing 1 methods
protected virtual void OnPaint()
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public string Editor.IconButton.WithCornerIcon.CornerIcon { get; set; }
Icon to show in the bottom right corner
Returns:
string—public Color Editor.IconButton.WithCornerIcon.CornerIconColor { get; set; }
The color of the icon in the corner
public Vector2 Editor.IconButton.WithCornerIcon.CornerIconOffset { get; set; }
The position of the icon in the corner
public float Editor.IconButton.WithCornerIcon.CornerIconSize { get; set; }
The size of the icon in the corner
Returns:
float—No results match this filter.