Function bevy_tween::tween::component_tween_system

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

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