29 #ifndef TEXTURE_BUTTON_H 30 #define TEXTURE_BUTTON_H 32 #include "scene/gui/base_button.h" 33 #include "scene/resources/bit_mask.h" 50 virtual bool has_point(
const Point2& p_point)
const;
51 virtual Size2 get_minimum_size()
const;
52 void _notification(
int p_what);
53 static void _bind_methods();
60 void set_disabled_texture(
const Ref<Texture>& p_disabled);
71 void set_texture_scale(
Size2 p_scale);
72 Size2 get_texture_scale()
const;
74 void set_modulate(
const Color& p_modulate);
75 Color get_modulate()
const;
80 #endif // TEXTURE_BUTTON_H
Definition: texture_button.h:34