Function bevy_tween::tween::resource_tween_system

source ยท
pub fn resource_tween_system<I>() -> SystemConfigs
where I: Interpolator + Send + Sync + 'static, I::Item: Resource,
Expand description

Alias for apply_resource_tween_system and may contains more systems in the future.