Struct game::sandbox::gameplay::play_scenario::PlayScenario [−][src]
pub struct PlayScenario { top_right: Panel, scenario_name: String, modifiers: Vec<ScenarioModifier>, }
Fields
top_right: Panel
scenario_name: String
modifiers: Vec<ScenarioModifier>
Implementations
impl PlayScenario
[src]
impl PlayScenario
[src]pub fn new_state(
ctx: &mut EventCtx<'_>,
app: &App,
name: &str,
modifiers: Vec<ScenarioModifier>
) -> Box<dyn GameplayState>
[src]
ctx: &mut EventCtx<'_>,
app: &App,
name: &str,
modifiers: Vec<ScenarioModifier>
) -> Box<dyn GameplayState>
Trait Implementations
impl GameplayState for PlayScenario
[src]
impl GameplayState for PlayScenario
[src]fn event(
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App,
_: &mut SandboxControls,
_: &mut Actions
) -> Option<Transition<App>>
[src]
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App,
_: &mut SandboxControls,
_: &mut Actions
) -> Option<Transition<App>>
fn draw(&self, g: &mut GfxCtx<'_>, _: &App)
[src]
fn on_destroy(&self, app: &mut App)
[src]
fn recreate_panels(&mut self, ctx: &mut EventCtx<'_>, app: &App)
[src]
fn can_move_canvas(&self) -> bool
[src]
fn can_examine_objects(&self) -> bool
[src]
fn has_common(&self) -> bool
[src]
fn has_tool_panel(&self) -> bool
[src]
fn has_time_panel(&self) -> bool
[src]
fn has_minimap(&self) -> bool
[src]
Auto Trait Implementations
impl !RefUnwindSafe for PlayScenario
impl !Send for PlayScenario
impl !Sync for PlayScenario
impl Unpin for PlayScenario
impl !UnwindSafe for PlayScenario
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,