godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
OptionButton.setItemIcon
godot
optionbutton
OptionButton
Set the icon of an 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
getItemMetadata
getItemText
getPopup
getSelected
getSelectedId
getSelectedMetadata
isItemDisabled
opAssign
opEquals
removeItem
select
setItemDisabled
setItemIcon
setItemId
setItemMetadata
setItemText
properties
items
selected
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Set the icon of an item at index "idx".