diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-10-06 18:51:30 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-10-08 11:24:04 +0800 |
commit | ad04922ef94fd446c994a712f2376498f7842f70 (patch) | |
tree | 7865a2e174b385230429e8dda058d07e8d64f96e /editor/editor_properties.h | |
parent | 18177828ad97286ca88cbdcfb763c967858d051b (diff) | |
download | redot-engine-ad04922ef94fd446c994a712f2376498f7842f70.tar.gz |
Only show named layers in layer menu
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r-- | editor/editor_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h index 9ad4c02111..20b130f57f 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -357,6 +357,7 @@ protected: public: void setup(LayerType p_layer_type); void set_layer_name(int p_index, const String &p_name); + String get_layer_name(int p_index) const; virtual void update_property() override; EditorPropertyLayers(); }; |