mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
Updated docs for bevy::render::RenderSystems (#21586)
# Objective - Fixes #16654 ## Solution - Updated the doc string and linked to TemporaryRenderEntity. ## Testing - Built the documentation locally and verified that the links render and navigate correctly.
This commit is contained in:
@@ -186,7 +186,8 @@ pub enum RenderSystems {
|
||||
Render,
|
||||
/// Cleanup render resources here.
|
||||
Cleanup,
|
||||
/// Final cleanup occurs: all entities will be despawned.
|
||||
/// Final cleanup occurs: any entities with
|
||||
/// [`TemporaryRenderEntity`](sync_world::TemporaryRenderEntity) will be despawned.
|
||||
///
|
||||
/// Runs after [`Cleanup`](RenderSystems::Cleanup).
|
||||
PostCleanup,
|
||||
|
||||
Reference in New Issue
Block a user