Icon Constructor |
Name | Description | |
---|---|---|
Icon |
Create default icon.
| |
Icon(IconType, Anchor, Single, Boolean, NullableVector2) |
Create a new icon.
Note: if you want to use your own texture for the icon, simply set 'icon' to be IconType.None and replace 'Texture' with
your own texture after it is created.
|