Remap property path based on path substrings
Also added captialization caching.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user