Function bevy_tween::tween::resource_dyn_tween_system

source ·
pub fn resource_dyn_tween_system<R>() -> SystemConfigs
where R: Resource,
Expand description

System alias for apply_resource_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 resource_tween_system::<BoxedInterpolator<...>>() for consistency