Function bevy_time::create_time_channels
source · pub fn create_time_channels() -> (TimeSender, TimeReceiver)
Expand description
Creates channels used for sending time between the render world and the main world.
pub fn create_time_channels() -> (TimeSender, TimeReceiver)
Creates channels used for sending time between the render world and the main world.