Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h72 EDITMODE_PRIORITY, enumerator
H A Dtile_set_editor_plugin.cpp340 tool_editmode[EDITMODE_PRIORITY]->set_icon(get_icon("MaterialPreviewLight1", "EditorIcons")); in _notification()
481 …tool_editmode[EDITMODE_PRIORITY]->set_shortcut(ED_SHORTCUT("tileset_editor/editmode_priority", TTR… in TileSetEditor()
862 case EDITMODE_PRIORITY: in _on_edit_mode_changed()
884 } else if (edit_mode == EDITMODE_PRIORITY) { in _on_edit_mode_changed()
1044 case EDITMODE_PRIORITY: { in _on_workspace_draw()
1583 case EDITMODE_PRIORITY: in _on_workspace_input()
1597 if (edit_mode != EDITMODE_PRIORITY && current_shape.size() > 0) { in _on_workspace_input()
2097 case EDITMODE_PRIORITY: in _select_next_tile()
2131 case EDITMODE_PRIORITY: in _select_previous_tile()
3261 tool_editmode[EDITMODE_PRIORITY]->hide(); in update_workspace_tile_mode()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h72 EDITMODE_PRIORITY, enumerator
H A Dtile_set_editor_plugin.cpp340 tool_editmode[EDITMODE_PRIORITY]->set_icon(get_icon("MaterialPreviewLight1", "EditorIcons")); in _notification()
481 …tool_editmode[EDITMODE_PRIORITY]->set_shortcut(ED_SHORTCUT("tileset_editor/editmode_priority", TTR… in TileSetEditor()
862 case EDITMODE_PRIORITY: in _on_edit_mode_changed()
884 } else if (edit_mode == EDITMODE_PRIORITY) { in _on_edit_mode_changed()
1044 case EDITMODE_PRIORITY: { in _on_workspace_draw()
1583 case EDITMODE_PRIORITY: in _on_workspace_input()
1597 if (edit_mode != EDITMODE_PRIORITY && current_shape.size() > 0) { in _on_workspace_input()
2097 case EDITMODE_PRIORITY: in _select_next_tile()
2131 case EDITMODE_PRIORITY: in _select_previous_tile()
3261 tool_editmode[EDITMODE_PRIORITY]->hide(); in update_workspace_tile_mode()
[all …]