Module libre_pvz_animation::curve::concrete
source · Expand description
Concrete curves.
Structs§
- Keyframe animation curve.
Traits§
- Provides linear random access to keyframe contents in a
Curve. See alsoCurveContentStaticandCurveContentBorrow. - Provided borrowed access to the keyframe contents.
- The lifetime-irrelevant part of the
CurveContentinterface.