1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Merge pull request #22642 from YeldhamDev/inspector_metadata

Expose "meta" to the Inspector
This commit is contained in:
Rémi Verschelde
2019-07-19 14:39:23 +02:00
committed by GitHub
7 changed files with 17 additions and 14 deletions

View File

@@ -252,7 +252,7 @@ class TilesetEditorContext : public Object {
bool snap_options_visible;
public:
bool _hide_script_from_inspector() { return true; }
bool _hide_object_properties_from_inspector() { return true; }
void set_tileset(const Ref<TileSet> &p_tileset);
private: