Remap property path based on path substrings

Also added captialization caching.
This commit is contained in:
Haoyu Qiu
2022-03-18 00:32:36 +08:00
parent 88e2c513e7
commit 8d7ec5075b
3 changed files with 98 additions and 77 deletions

View File

@ -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;