Skip to content

Commit 8ec9a1a

Browse files
Document Ticks
Co-authored-by: PROMETHIA-27 <42193387+PROMETHIA-27@users.noreply.github.com>
1 parent 7ec3d5e commit 8ec9a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_ecs/src/component.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ impl Components {
518518
}
519519
}
520520

521+
/// Used to track changes in state between system runs, e.g. components being added or accessed mutably.
521522
#[derive(Copy, Clone, Debug)]
522523
pub struct Tick {
523524
pub(crate) tick: u32,

0 commit comments

Comments
 (0)