summaryrefslogtreecommitdiff
path: root/scene/3d/spatial.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-05-07 16:12:27 -0300
committerGitHub <noreply@github.com>2018-05-07 16:12:27 -0300
commit6d46f73ec3e3eadaf25927633bdc0aa1eaca93ab (patch)
tree13c691ec60e4307a9ece3272ceaee10d098514f1 /scene/3d/spatial.h
parentdff3a2f3789ee2fb7eebb1d115097b944b439a18 (diff)
parent9e57a07fb60fcd6c55bd51cf63d4c3cf4c6a3b26 (diff)
Merge pull request #11973 from AndreaCatania/ragdoll
Ragdoll - Physical bone node
Diffstat (limited to 'scene/3d/spatial.h')
-rw-r--r--scene/3d/spatial.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scene/3d/spatial.h b/scene/3d/spatial.h
index ca35d85348..a43bed3e4a 100644
--- a/scene/3d/spatial.h
+++ b/scene/3d/spatial.h
@@ -145,6 +145,11 @@ public:
Transform get_transform() const;
Transform get_global_transform() const;
+#ifdef TOOLS_ENABLED
+ virtual Transform get_global_gizmo_transform() const;
+ virtual Transform get_local_gizmo_transform() const;
+#endif
+
void set_as_toplevel(bool p_enabled);
bool is_set_as_toplevel() const;