mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
d24ee551ec
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. |
||
---|---|---|
.. | ||
atlas_merging_dialog.cpp | ||
atlas_merging_dialog.h | ||
SCsub | ||
tile_atlas_view.cpp | ||
tile_atlas_view.h | ||
tile_data_editors.cpp | ||
tile_data_editors.h | ||
tile_map_editor.cpp | ||
tile_map_editor.h | ||
tile_proxies_manager_dialog.cpp | ||
tile_proxies_manager_dialog.h | ||
tile_set_atlas_source_editor.cpp | ||
tile_set_atlas_source_editor.h | ||
tile_set_editor.cpp | ||
tile_set_editor.h | ||
tile_set_scenes_collection_source_editor.cpp | ||
tile_set_scenes_collection_source_editor.h | ||
tiles_editor_plugin.cpp | ||
tiles_editor_plugin.h |