summaryrefslogtreecommitdiffstats
path: root/editor/editor_property_name_processor.h
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2022-03-18 00:27:20 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2022-03-18 00:31:13 +0800
commite64cd21f6fbe738a200a160d2a5f57597d536cbc (patch)
tree869a41e20b1c5b67f1a43c976dd8d5ceaeb7d902 /editor/editor_property_name_processor.h
parent5d806b435bdfb6669435f1a28589f847be5ff807 (diff)
downloadredot-engine-e64cd21f6fbe738a200a160d2a5f57597d536cbc.tar.gz
Remap property path based on path substrings
Also added captialization caching.
Diffstat (limited to 'editor/editor_property_name_processor.h')
-rw-r--r--editor/editor_property_name_processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h
index efd7abced3..616c4cac46 100644
--- a/editor/editor_property_name_processor.h
+++ b/editor/editor_property_name_processor.h
@@ -38,6 +38,7 @@ class EditorPropertyNameProcessor : public Node {
static EditorPropertyNameProcessor *singleton;
+ mutable Map<String, String> capitalize_string_cache;
Map<String, String> capitalize_string_remaps;
String _capitalize_name(const String &p_name) const;