mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
parent
c4aea07753
commit
381277d6c3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ impl InheritedVisibility {
|
|||
}
|
||||
}
|
||||
|
||||
/// Algorithmically-computed indication or whether an entity is visible and should be extracted for rendering.
|
||||
/// Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering.
|
||||
///
|
||||
/// Each frame, this will be reset to `false` during [`VisibilityPropagate`] systems in [`PostUpdate`].
|
||||
/// Later in the frame, systems in [`CheckVisibility`] will mark any visible entities using [`ViewVisibility::set`].
|
||||
|
|
Loading…
Reference in a new issue