Skip to content

Commit

Permalink
platform doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Aug 4, 2023
1 parent 5dc38e0 commit c43311a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions crates/bevy_window/src/window.rs
Expand Up @@ -213,9 +213,13 @@ pub struct Window {
///
/// - iOS / Android / Web: Unsupported.
pub window_theme: Option<WindowTheme>,
/// Sets whether the window will be initially visible or hidden.
/// Sets the window's visibility.
///
/// The default is to show the window.
/// If `false`, this will hide the window. If `true`, this will show the window.
///
/// ## Platform-specific
///
/// - **Android / Wayland / Web:** Unsupported.
pub visible: bool,
}

Expand Down

0 comments on commit c43311a

Please sign in to comment.