Add method to set main screen plugin icon

This commit is contained in:
Waldson Patrício
2017-12-06 19:27:45 -03:00
parent a496dd4d38
commit c6f28925e2
3 changed files with 25 additions and 2 deletions

View File

@ -165,6 +165,7 @@ public:
virtual void forward_force_draw_over_viewport(Control *p_overlay);
virtual bool forward_spatial_gui_input(Camera *p_camera, const Ref<InputEvent> &p_event);
virtual String get_name() const;
virtual const Ref<Texture> get_icon() const;
virtual bool has_main_screen() const;
virtual void make_visible(bool p_visible);
virtual void selected_notify() {} //notify that it was raised by the user, not the editor