1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Undo support for locking and grouping for both 2D and 3D

This commit is contained in:
Sintinium
2019-04-26 12:23:50 -05:00
parent 260530f01c
commit d1fa546dc9
5 changed files with 93 additions and 31 deletions

View File

@@ -673,6 +673,7 @@ public:
bool has_meta(const String &p_name) const;
void set_meta(const String &p_name, const Variant &p_value);
void remove_meta(const String &p_name);
Variant get_meta(const String &p_name) const;
void get_meta_list(List<String> *p_list) const;