godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
OptionButton.setItemIcon
godot
optionbutton
OptionButton
Sets the icon of the item at index
idx
.
struct
OptionButton
@
nogc
nothrow
void
setItemIcon
(
in
long
idx
,
Texture
texture
)
Meta
Source
See Implementation
godot
optionbutton
OptionButton
aliases
BaseClasses
functions
_focused
_getItems
_selectInt
_selected
_setItems
addIconItem
addItem
addSeparator
clear
getItemCount
getItemIcon
getItemId
getItemIndex
getItemMetadata
getItemText
getPopup
getSelected
getSelectedId
getSelectedMetadata
isItemDisabled
opAssign
opEquals
removeItem
select
setItemDisabled
setItemIcon
setItemId
setItemMetadata
setItemText
toHash
properties
items
selected
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the icon of the item at index idx.