![]() |
Pixelpart 1.9.0
Godot Plugin
|
Base class for properties animated with keyframes and affected by effect inputs. More...
Public Types | |
| enum | InterpolationType { INTERPOLATION_STEP = 0 , INTERPOLATION_LINEAR = 1 , INTERPOLATION_SPLINE = 2 , INTERPOLATION_BEZIER = 3 } |
| Keyframe interpolation types. More... | |
Base class for properties animated with keyframes and affected by effect inputs.
Scene objects of an effect like particle emitters and force fields have properties that change over time and are affected by effect inputs. Such properties are represented by one of the PixelpartAnimatedProperty classes, depending on the type of the property.
Keyframe interpolation types.