godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
TextureButton.textureDisabled
godot
texturebutton
TextureButton
Texture to display when the node is disabled. See
BaseButton.disabled
.
Texture
textureDisabled
[@property getter]
Texture
textureDisabled
[@property setter]
struct
TextureButton
@
nogc
nothrow @
property
void
textureDisabled
(
Texture
v
)
Meta
Source
See Implementation
godot
texturebutton
TextureButton
aliases
BaseClasses
enums
Constants
StretchMode
functions
getClickMask
getDisabledTexture
getExpand
getFocusedTexture
getHoverTexture
getNormalTexture
getPressedTexture
getStretchMode
opAssign
opEquals
setClickMask
setDisabledTexture
setExpand
setFocusedTexture
setHoverTexture
setNormalTexture
setPressedTexture
setStretchMode
toHash
properties
expand
stretchMode
textureClickMask
textureDisabled
textureFocused
textureHover
textureNormal
texturePressed
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Texture to display when the node is disabled. See BaseButton.disabled.