Function bevy_tween::tween::asset_dyn_tween_system

source ·
pub fn asset_dyn_tween_system<A>() -> SystemConfigs
where A: Asset,
Available on crate feature bevy_asset only.
Expand description

System alias for apply_asset_tween_system that uses boxed dynamic Interpolator. (Box<dyn Interpolator)

This currently exists for backward compatibility and there’s not really any big reason to deprecate it just yet. You might want to use asset_tween_system::<BoxedInterpolator<...>>() for consistency