[][src]Constant bevy::prelude::stage::PRE_UPDATE

pub const PRE_UPDATE: &'static str;

Name of app stage responsible for performing setup before an update. Runs before UPDATE.