diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index 4e458c9e18..457785242d 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -113,8 +113,8 @@ call this to handle all other events. Read more
fn draw(&self, g: &mut GfxCtx<'_>, app: &App)
[src]pub fn draw_baselayer(&self) -> DrawBaselayer
pub fn on_destroy(&mut self, &mut EventCtx<'_>, &mut A)
impl State<App> for PathCostDebugger
[src]fn event(&mut self, ctx: &mut EventCtx<'_>, app: &mut App) -> Transition<App>
[src]fn draw(&self, g: &mut GfxCtx<'_>, _: &App)
[src]impl State<App> for PathCostDebugger
[src]fn event(&mut self, ctx: &mut EventCtx<'_>, app: &mut App) -> Transition<App>
[src]fn draw(&self, g: &mut GfxCtx<'_>, _: &App)
[src]pub fn draw_baselayer(&self) -> DrawBaselayer
pub fn on_destroy(&mut self, &mut EventCtx<'_>, &mut A)
impl State<App> for DebugMode
[src]fn event(&mut self, ctx: &mut EventCtx<'_>, app: &mut App) -> Transition<App>
[src]AllRoutesExplorer | See how live-tuned routing parameters affect all requests for the current scenario. |
PathCostDebugger | Evaluate why an alternative path wasn't chosen, by showing the cost to reach every road from one start. diff --git a/rustdoc/game/debug/routes/struct.PathCostDebugger.html b/rustdoc/game/debug/routes/struct.PathCostDebugger.html index a64c59123d..303c860c15 100644 --- a/rustdoc/game/debug/routes/struct.PathCostDebugger.html +++ b/rustdoc/game/debug/routes/struct.PathCostDebugger.html @@ -9,8 +9,8 @@ }Evaluate why an alternative path wasn't chosen, by showing the cost to reach every road from one start. - Fieldsdraw_path: Drawable costs: HashMap<RoadID, Duration> tooltip: Option<Text> panel: Panel Implementations
|