Home
last modified time | relevance | path

Searched refs:EDITMODE_REGION (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.cpp335 tool_editmode[EDITMODE_REGION]->set_icon(get_icon("RegionEdit", "EditorIcons")); in _notification()
788 case EDITMODE_REGION: { in _on_edit_mode_changed()
909 tool_editmode[EDITMODE_REGION]->show(); in _on_workspace_mode_changed()
910 tool_editmode[EDITMODE_REGION]->set_pressed(true); in _on_workspace_mode_changed()
911 _on_edit_mode_changed(EDITMODE_REGION); in _on_workspace_mode_changed()
1090 if (edit_mode == EDITMODE_REGION) { in _on_workspace_draw()
1295 if (edit_mode == EDITMODE_REGION) { in _on_workspace_input()
1861 case EDITMODE_REGION: { in _on_tool_clicked()
3225 tool_editmode[EDITMODE_REGION]->show(); in update_workspace_tile_mode()
3226 tool_editmode[EDITMODE_REGION]->set_pressed(true); in update_workspace_tile_mode()
[all …]
H A Dtile_set_editor_plugin.h67 EDITMODE_REGION, enumerator
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.cpp335 tool_editmode[EDITMODE_REGION]->set_icon(get_icon("RegionEdit", "EditorIcons")); in _notification()
788 case EDITMODE_REGION: { in _on_edit_mode_changed()
909 tool_editmode[EDITMODE_REGION]->show(); in _on_workspace_mode_changed()
910 tool_editmode[EDITMODE_REGION]->set_pressed(true); in _on_workspace_mode_changed()
911 _on_edit_mode_changed(EDITMODE_REGION); in _on_workspace_mode_changed()
1090 if (edit_mode == EDITMODE_REGION) { in _on_workspace_draw()
1295 if (edit_mode == EDITMODE_REGION) { in _on_workspace_input()
1861 case EDITMODE_REGION: { in _on_tool_clicked()
3225 tool_editmode[EDITMODE_REGION]->show(); in update_workspace_tile_mode()
3226 tool_editmode[EDITMODE_REGION]->set_pressed(true); in update_workspace_tile_mode()
[all …]
H A Dtile_set_editor_plugin.h67 EDITMODE_REGION, enumerator