diff --git a/rustdoc/game/app/struct.App.html b/rustdoc/game/app/struct.App.html index eef45c4f5c..25fde7adca 100644 --- a/rustdoc/game/app/struct.App.html +++ b/rustdoc/game/app/struct.App.html @@ -257,8 +257,8 @@ the event and immediately apply the transition.

impl State<App> for FinalScore[src]

impl State<App> for FinalScore[src]

impl State<App> for TrafficRecorder[src]

[][src]Function game::devtools::story::simplify

fn simplify(raw: Vec<Pt2D>) -> Ring
\ No newline at end of file diff --git a/rustdoc/game/devtools/story/index.html b/rustdoc/game/devtools/story/index.html index 4a3bf1a8c5..7bb54b4f95 100644 --- a/rustdoc/game/devtools/story/index.html +++ b/rustdoc/game/devtools/story/index.html @@ -1,7 +1,7 @@ game::devtools::story - Rust

[][src]Module game::devtools::story

Structs

+ Change settings

[][src]Module game::devtools::story

Structs

Lasso
Marker
RecordedStoryMap
StoryMap
StoryMapEditor

Enums

Mode

Functions

make_panel
simplify
\ No newline at end of file diff --git a/rustdoc/game/devtools/story/struct.Lasso.html b/rustdoc/game/devtools/story/struct.Lasso.html index eeff7067ac..0f973b8a02 100644 --- a/rustdoc/game/devtools/story/struct.Lasso.html +++ b/rustdoc/game/devtools/story/struct.Lasso.html @@ -1,10 +1,10 @@ game::devtools::story::Lasso - Rust

[][src]Struct game::devtools::story::Lasso

struct Lasso {
+                Change settings

[][src]Struct game::devtools::story::Lasso

struct Lasso {
     pl: PolyLine,
 }

- Fields

pl: PolyLine

Implementations

impl Lasso[src]

fn new(pt: Pt2D) -> Lasso[src]

fn event(&mut self, ctx: &mut EventCtx<'_>) -> Option<Ring>[src]

fn draw(&self, g: &mut GfxCtx<'_>)[src]

Auto Trait Implementations

impl RefUnwindSafe for Lasso

impl Send for Lasso

impl Sync for Lasso

impl Unpin for Lasso

impl UnwindSafe for Lasso

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]