Module import path: /Verse.org/SceneGraph/KeyframedMovement Animate Scene Graph entities with keyframes.
-
KeyframedMovement
Classes and Structs
Name | Description |
---|---|
easing_function |
Base class for an animation easing function. |
cubic_bezier_easing_function |
Cubic bezier easing function. See CubicBezierEasingFunctions for some basic easing values. |
linear_easing_function |
|
ease_cubic_bezier_easing_function |
|
ease_in_cubic_bezier_easing_function |
|
ease_out_cubic_bezier_easing_function |
|
ease_in_out_cubic_bezier_easing_function |
|
keyframed_movement_playback_mode |
Controls how the animation plays back. |
oneshot_keyframed_movement_playback_mode |
Play once and stop. |
loop_keyframed_movement_playback_mode |
Play once and repeat indefinitely. |
pingpong_keyframed_movement_playback_mode |
Play continuously reversing direction at each end. |
keyframed_movement_delta |
Represents a change in pose and scale over a duration. |
keyframed_movement_component |
Provides teleportation and simple keyframe-based animation for an entity. Animations play back in the Pre-Physics tick phase. When animating an entity with a parent_constraint, animation will be relative to the parent entity. |