virtualx-engine/editor/plugins/tiles
Haoyu Qiu d24ee551ec Allow EditorInspector to change its property name style when necessary
Previously, an EditorInspector's property name can only be set from
outside. Inspectors used for settings needs to respond to changes in
editor settings. So a few boilerplate code is almost always needed,
including watching for a certain editor setting in `_notification()`.

This commit adds a `set_use_settings_style()` function to tell the
inspector to watch for editor settings changes on its own.
2023-04-29 10:51:00 +08:00
..
atlas_merging_dialog.cpp Improve includes of EditorNode (and everything else) 2023-04-07 18:59:49 +02:00
atlas_merging_dialog.h Fixes TileSet atlas merging not working correctly 2023-01-13 16:50:12 +01:00
SCsub
tile_atlas_view.cpp Merge pull request #74814 from kleonc/tilemap-fix-rendering-odd-sized-tiles 2023-04-18 16:27:44 +02:00
tile_atlas_view.h Improve includes of EditorNode (and everything else) 2023-04-07 18:59:49 +02:00
tile_data_editors.cpp Add missing TTRs in tiles editor and array inspector 2023-03-09 14:38:54 +08:00
tile_data_editors.h Rename texture_offset and unclamp it 2023-01-27 11:04:45 +01:00
tile_map_editor.cpp TileMapEditor Fix preview rendering and transform calculations 2023-03-16 14:52:38 +01:00
tile_map_editor.h Make TileMap toolbar a FlowContainer 2023-01-25 16:27:28 +01:00
tile_proxies_manager_dialog.cpp Add EditorUndoRedoManager singleton 2023-01-16 01:11:52 +01:00
tile_proxies_manager_dialog.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tile_set_atlas_source_editor.cpp Allow EditorInspector to change its property name style when necessary 2023-04-29 10:51:00 +08:00
tile_set_atlas_source_editor.h Use PropertyUsageFlags enum in parse_property 2023-01-31 23:31:15 +01:00
tile_set_editor.cpp Fix error spam when deselecting TileMap 2023-02-10 01:07:48 +01:00
tile_set_editor.h Add read-only mode to tileset editor. 2023-01-25 09:50:54 +00:00
tile_set_scenes_collection_source_editor.cpp Allow EditorInspector to change its property name style when necessary 2023-04-29 10:51:00 +08:00
tile_set_scenes_collection_source_editor.h Improve includes of EditorNode (and everything else) 2023-04-07 18:59:49 +02:00
tiles_editor_plugin.cpp Decouple EditorInterface from EditorPlugin 2023-04-17 21:59:09 +02:00
tiles_editor_plugin.h Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixes 2023-01-13 18:02:12 +01:00