Home
last modified time | relevance | path

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

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.cpp327 tools[SHAPE_KEEP_INSIDE_TILE]->set_icon(get_icon("Snap", "EditorIcons")); in _notification()
560 tools[SHAPE_KEEP_INSIDE_TILE] = memnew(ToolButton); in TileSetEditor()
561 tools[SHAPE_KEEP_INSIDE_TILE]->set_toggle_mode(true); in TileSetEditor()
562 tools[SHAPE_KEEP_INSIDE_TILE]->set_pressed(true); in TileSetEditor()
563 tools[SHAPE_KEEP_INSIDE_TILE]->set_tooltip(TTR("Keep polygon inside region Rect.")); in TileSetEditor()
564 toolbar->add_child(tools[SHAPE_KEEP_INSIDE_TILE]); in TileSetEditor()
807 tools[SHAPE_KEEP_INSIDE_TILE]->hide(); in _on_edit_mode_changed()
832 tools[SHAPE_KEEP_INSIDE_TILE]->show(); in _on_edit_mode_changed()
855 tools[SHAPE_KEEP_INSIDE_TILE]->hide(); in _on_edit_mode_changed()
877 tools[SHAPE_KEEP_INSIDE_TILE]->hide(); in _on_edit_mode_changed()
[all …]
H A Dtile_set_editor_plugin.h89 SHAPE_KEEP_INSIDE_TILE, enumerator
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.cpp327 tools[SHAPE_KEEP_INSIDE_TILE]->set_icon(get_icon("Snap", "EditorIcons")); in _notification()
560 tools[SHAPE_KEEP_INSIDE_TILE] = memnew(ToolButton); in TileSetEditor()
561 tools[SHAPE_KEEP_INSIDE_TILE]->set_toggle_mode(true); in TileSetEditor()
562 tools[SHAPE_KEEP_INSIDE_TILE]->set_pressed(true); in TileSetEditor()
563 tools[SHAPE_KEEP_INSIDE_TILE]->set_tooltip(TTR("Keep polygon inside region Rect.")); in TileSetEditor()
564 toolbar->add_child(tools[SHAPE_KEEP_INSIDE_TILE]); in TileSetEditor()
807 tools[SHAPE_KEEP_INSIDE_TILE]->hide(); in _on_edit_mode_changed()
832 tools[SHAPE_KEEP_INSIDE_TILE]->show(); in _on_edit_mode_changed()
855 tools[SHAPE_KEEP_INSIDE_TILE]->hide(); in _on_edit_mode_changed()
877 tools[SHAPE_KEEP_INSIDE_TILE]->hide(); in _on_edit_mode_changed()
[all …]
H A Dtile_set_editor_plugin.h89 SHAPE_KEEP_INSIDE_TILE, enumerator