The abstract base of all Modifiers.
icons optional | :: array[IconData] | Can't be an empty array. |
Can't be an empty array. | ||
icon optional | :: FileName | Path to the icon file. [...] |
Path to the icon file. [...] | ||
icon_size optional | :: SpriteSizeType | The size of the square icon, in pixels. [...] |
The size of the square icon, in pixels. [...] | ||
hidden optional | :: bool |
hidden optional | :: bool | |
icon optional | :: FileName | Path to the icon file. [...] |
Path to the icon file. [...] | ||
icon_size optional | :: SpriteSizeType | The size of the square icon, in pixels. [...] |
The size of the square icon, in pixels. [...] | ||
icons optional | :: array[IconData] | Can't be an empty array. |
Can't be an empty array. |
Can't be an empty array.
Path to the icon file.
Only loaded if icons
is not defined.
Default: 64
The size of the square icon, in pixels. E.g. 32
for a 32px by 32px icon. Must be larger than 0
.
Only loaded if icons
is not defined.