API Referenceglobal
public class Editor.IconButton.WithCornerIcon : Editor.IconButton
Constructors
Showing 1 constructors
public WithCornerIcon(string icon, System.Action onClick = null, Editor.Widget parent = null)
Parameters
onClick: Default: nullparent: Default: null
No results match this filter.
Methods
Showing 1 methods
protected virtual void OnPaint()
No results match this filter.
Properties
Showing 4 properties
public string Editor.IconButton.WithCornerIcon.CornerIcon { get; set; }
Icon to show in the bottom right corner
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
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.IconButton.WithCornerIcon |