Function bevy_core::update_frame_count
source · pub fn update_frame_count(frame_count: ResMut<'_, FrameCount>)
Expand description
A system used to increment FrameCount
with wrapping addition.
See FrameCount
for more details.
pub fn update_frame_count(frame_count: ResMut<'_, FrameCount>)
A system used to increment FrameCount
with wrapping addition.
See FrameCount
for more details.