1#ifndef PIXELPART_ANIMATED_PROPERTY_H
2#define PIXELPART_ANIMATED_PROPERTY_H
4#include <godot_cpp/core/binder_common.hpp>
5#include <godot_cpp/classes/ref.hpp>
45 static void _bind_methods();
49VARIANT_ENUM_CAST(PixelpartAnimatedProperty::InterpolationType);
Base class for properties animated with keyframes and affected by effect inputs.
Definition PixelpartAnimatedProperty.h:15
InterpolationType
Keyframe interpolation types.
Definition PixelpartAnimatedProperty.h:22
@ INTERPOLATION_LINEAR
Definition PixelpartAnimatedProperty.h:31
@ INTERPOLATION_SPLINE
Definition PixelpartAnimatedProperty.h:36
@ INTERPOLATION_STEP
Definition PixelpartAnimatedProperty.h:26
@ INTERPOLATION_BEZIER
Definition PixelpartAnimatedProperty.h:41