- getClickMask
GodotMethod!(BitMap) getClickMask;
Undocumented in source.
- getDisabledTexture
GodotMethod!(Texture) getDisabledTexture;
Undocumented in source.
- getExpand
GodotMethod!(bool) getExpand;
Undocumented in source.
- getFocusedTexture
GodotMethod!(Texture) getFocusedTexture;
Undocumented in source.
- getHoverTexture
GodotMethod!(Texture) getHoverTexture;
Undocumented in source.
- getNormalTexture
GodotMethod!(Texture) getNormalTexture;
Undocumented in source.
- getPressedTexture
GodotMethod!(Texture) getPressedTexture;
Undocumented in source.
- getStretchMode
GodotMethod!(TextureButton.StretchMode) getStretchMode;
Undocumented in source.
- setClickMask
GodotMethod!(void, BitMap) setClickMask;
Undocumented in source.
- setDisabledTexture
GodotMethod!(void, Texture) setDisabledTexture;
Undocumented in source.
- setExpand
GodotMethod!(void, bool) setExpand;
Undocumented in source.
- setFocusedTexture
GodotMethod!(void, Texture) setFocusedTexture;
Undocumented in source.
- setHoverTexture
GodotMethod!(void, Texture) setHoverTexture;
Undocumented in source.
- setNormalTexture
GodotMethod!(void, Texture) setNormalTexture;
Undocumented in source.
- setPressedTexture
GodotMethod!(void, Texture) setPressedTexture;
Undocumented in source.
- setStretchMode
GodotMethod!(void, long) setStretchMode;
Undocumented in source.