Structs§
- Create
NewStation - IsDepot
- Marker component for depots.
- IsExternal
Station - Marker component for stations that are not managed by the current diagram.
Note that being “external” doesn’t mean that it can be excluded from
crate::graph::Graph. - Parent
Station OrStation - Parent
Station OrStation Item - Automatically generated [
WorldQuery](:: bevy :: ecs::query::WorldQuery) item type forParentStationOrStation, returned when iterating over query results. - Platform
- Platform
Entries - Entries that passes this platform.
- Platform
Query - Platform
Query Item - Automatically generated [
WorldQuery](:: bevy :: ecs::query::WorldQuery) item type forPlatformQuery, returned when iterating over query results. - Station
- A station in the network. A station would also host a default platform.
- Station
Bundle - Spawn with [`with_children()``]
- Station
Name Pending - Stations with this marker component is created with a default name, and the name would be fetched via OSM services
- Station
Plugin - Station
Query - Station
Query Item - Automatically generated [
WorldQuery](:: bevy :: ecs::query::WorldQuery) item type forStationQuery, returned when iterating over query results.
Type Aliases§
- Platforms
- A type alias to make things clearer.
- Station
Entries - Entries that visit this station.
This does not contain all entries that visit this station, since a station
may contain extra platforms, and each platform would also record a set of
entries that visit the platform, not the station.
See
PlatformEntriesfor further details.