Module libre_pvz_animation::curve
source · Expand description
Variable curves in animation clips.
Modules§
- Types that may be used in curves.
- Blending two different animation segments.
- Builder API for
Curve
s. - Concrete curves.
Structs§
- Bind a contiguous range of curves (on the same component) to some entity.
- Information about a curve binding.
- Descriptor for the curves. Different curves for the same component share the same descriptor.
- A segment in a curve.
- Assert the target component type for some
AnyComponent
.
Traits§
- Bevy tracks changes in mutable references like
Mut
. We use this interface to avoid unnecessarily marking the target component as changed. - Animation curve.
- Animation curve with known single variable type.