[][src]Constant bevy_app::stage::POST_UPDATE

pub const POST_UPDATE: &str = "post_update";

Name of app stage responsible for processing the results of UPDATE. Runs after UPDATE.