Pixelpart 1.9.0
Godot Plugin
Loading...
Searching...
No Matches
godot::PixelpartAnimatedProperty Class Reference

Base class for properties animated with keyframes and affected by effect inputs. More...

Inheritance diagram for godot::PixelpartAnimatedProperty:
[legend]

Public Types

enum  InterpolationType { INTERPOLATION_STEP = 0 , INTERPOLATION_LINEAR = 1 , INTERPOLATION_SPLINE = 2 , INTERPOLATION_BEZIER = 3 }
 Keyframe interpolation types. More...
 

Detailed Description

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.

Member Enumeration Documentation

◆ InterpolationType

Keyframe interpolation types.

Enumerator
INTERPOLATION_STEP 

Values change abruptly between keyframes.

INTERPOLATION_LINEAR 

Values are interpolated linearly.

INTERPOLATION_SPLINE 

Values are interpolated with Spline interpolation producing smooth transitions.

INTERPOLATION_BEZIER 

Values are interpolated with Bezier interpolation producing smooth transitions.


The documentation for this class was generated from the following files: