You've already forked godot
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user