We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f71a8 commit 5542a52Copy full SHA for 5542a52
crates/bevy_render/src/view/visibility/render_layers.rs
@@ -12,6 +12,9 @@ pub type Layer = usize;
12
/// Cameras with this component will only render entities with intersecting
13
/// layers.
14
///
15
+/// Cameras without this component will only render entities belonging to the default
16
+/// render layer (RenderLayers::layer(0)).
17
+///
18
/// Entities may belong to one or more layers, or no layer at all.
19
20
/// The [`Default`] instance of `RenderLayers` contains layer `0`, the first layer.
0 commit comments