Rename EditorInterface get_editor_viewport to get_editor_main_control
This commit is contained in:
parent
229fb888a3
commit
e1128431de
6 changed files with 20 additions and 20 deletions
|
|
@ -69,7 +69,7 @@ protected:
|
|||
public:
|
||||
static EditorInterface *get_singleton() { return singleton; }
|
||||
|
||||
Control *get_editor_viewport();
|
||||
Control *get_editor_main_control();
|
||||
void edit_resource(const Ref<Resource> &p_resource);
|
||||
void open_scene_from_path(const String &scene_path);
|
||||
void reload_scene_from_path(const String &scene_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue