diff options
author | romulox_x <romulox_x@yahoo.com> | 2015-11-26 13:44:06 -0800 |
---|---|---|
committer | romulox_x <romulox_x@yahoo.com> | 2015-11-26 13:44:06 -0800 |
commit | 0b4830f3bebaaec75cecf48253068d35bb344859 (patch) | |
tree | 3cedd3d30289913a9a6292c787c8ea9b7f3d1592 /scene/3d/spatial.h | |
parent | a1059e3e3e54e9921c0426c8a5c9faf595175cf0 (diff) | |
download | redot-engine-0b4830f3bebaaec75cecf48253068d35bb344859.tar.gz |
Added set_hidden method to Spatial and CanvasItem
Diffstat (limited to 'scene/3d/spatial.h')
-rw-r--r-- | scene/3d/spatial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/spatial.h b/scene/3d/spatial.h index 7fa6099d7a..b1e3a82868 100644 --- a/scene/3d/spatial.h +++ b/scene/3d/spatial.h @@ -191,6 +191,7 @@ public: void hide(); bool is_visible() const; bool is_hidden() const; + void set_hidden(bool p_hidden); #ifdef TOOLS_ENABLED void set_import_transform(const Transform& p_transform) ; |