Expose bevy_math::curve::easing::easing_functions
to public
#17665
Labels
A-Animation
Make things move and change over time
A-Math
Fundamental domain-agnostic mathematical operations
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
I want to use easing functions directly.
What solution would you like?
I would like
bevy_math::curve::easing::easing_functions
to have public visibility.What alternative(s) have you considered?
I can use the
simple_easing
crate.Additional context
There isn't a reason for these not to be publicly visible.
The text was updated successfully, but these errors were encountered: