abstreet/rustdoc/widgetry/app_state/sidebar-items.js
2020-10-23 01:45:48 +00:00

1 line
505 B
JavaScript

initSidebarItems({"enum":[["DrawBaselayer","Before `State::draw` is called, draw something else."],["Transition","When a state responds to an event, it can specify some way to manipulate the stack of states."]],"struct":[["App",""]],"trait":[["SharedAppState","Any data that should last the entire lifetime of the application should be stored in the struct implementing this trait."],["State","A temporary state of an application. There's a stack of these, with the most recent being the active one."]]});