summaryrefslogtreecommitdiff
path: root/scene/scene_string_names.h
diff options
context:
space:
mode:
authorSilc Renew <tokage.it.lab@gmail.com>2021-02-04 17:20:26 +0900
committerSilc Renew <tokage.it.lab@gmail.com>2021-10-07 01:07:46 +0900
commitf2e9867e9f6dc58ab3a016c7b2a90bc9c3b5f1b6 (patch)
tree7d0e5165f8c8b9efd98d0fc0c7f0ede66b9d6ddd /scene/scene_string_names.h
parentce0268a0c1d2a73dd9d59ed339a76bec6a429edd (diff)
Implemented SkeletonEditorGizmo
Co-authored-by: Lyuma <xn.lyuma@gmail.com>
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r--scene/scene_string_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h
index 2923351eab..cf116aa140 100644
--- a/scene/scene_string_names.h
+++ b/scene/scene_string_names.h
@@ -99,6 +99,8 @@ public:
StringName pose_updated;
StringName bone_pose_changed;
+ StringName bone_enabled_changed;
+ StringName show_rest_only_changed;
StringName body_shape_entered;
StringName body_entered;
@@ -154,6 +156,7 @@ public:
StringName _spatial_editor_group;
StringName _request_gizmo;
+ StringName _set_subgizmo_selection;
StringName _clear_subgizmo_selection;
StringName offset;