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

pub const UPDATE: &'static str;

Name of app stage responsible for doing most app logic. Systems should be registered here by default.