summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_gizmos.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 /editor/plugins/node_3d_editor_gizmos.h
parentce0268a0c1d2a73dd9d59ed339a76bec6a429edd (diff)
Implemented SkeletonEditorGizmo
Co-authored-by: Lyuma <xn.lyuma@gmail.com>
Diffstat (limited to 'editor/plugins/node_3d_editor_gizmos.h')
-rw-r--r--editor/plugins/node_3d_editor_gizmos.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/editor/plugins/node_3d_editor_gizmos.h b/editor/plugins/node_3d_editor_gizmos.h
index 24b4a23d4b..d1aca4d92e 100644
--- a/editor/plugins/node_3d_editor_gizmos.h
+++ b/editor/plugins/node_3d_editor_gizmos.h
@@ -332,18 +332,6 @@ public:
Position3DGizmoPlugin();
};
-class Skeleton3DGizmoPlugin : public EditorNode3DGizmoPlugin {
- GDCLASS(Skeleton3DGizmoPlugin, EditorNode3DGizmoPlugin);
-
-public:
- bool has_gizmo(Node3D *p_spatial) override;
- String get_gizmo_name() const override;
- int get_priority() const override;
- void redraw(EditorNode3DGizmo *p_gizmo) override;
-
- Skeleton3DGizmoPlugin();
-};
-
class PhysicalBone3DGizmoPlugin : public EditorNode3DGizmoPlugin {
GDCLASS(PhysicalBone3DGizmoPlugin, EditorNode3DGizmoPlugin);