summaryrefslogtreecommitdiff
path: root/scene/resources/skeleton_modification_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/skeleton_modification_3d.h')
-rw-r--r--scene/resources/skeleton_modification_3d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/resources/skeleton_modification_3d.h b/scene/resources/skeleton_modification_3d.h
index 94ab0bf32c..fb1f3d33d1 100644
--- a/scene/resources/skeleton_modification_3d.h
+++ b/scene/resources/skeleton_modification_3d.h
@@ -53,6 +53,9 @@ protected:
bool _print_execution_error(bool p_condition, String p_message);
+ GDVIRTUAL1(_execute, double)
+ GDVIRTUAL1(_setup_modification, Ref<SkeletonModificationStack3D>)
+
public:
virtual void _execute(real_t p_delta);
virtual void _setup_modification(SkeletonModificationStack3D *p_stack);