Skip to main content

Module entry

Module entry 

Source
Expand description

Entries define a crate::trip’s location at a given time.

Structs§

AdjustEntryMode
Changes the entry’s mode This would trigger a schedule estimate recalculation
ChangeEntryStop
Changes the entry’s stop. This would trigger a route recalculation
DerivedEntryBundle
Bundle for easy spawning
EntryBundle
Bundle for spawning entries easily.
EntryEstimate
The estimated arrival and departure times of the entry. This is not a hard requirement for entries.
EntryMode
The entry’s arrival and departure times.
EntryPlugin
The entry plugin
EntryQuery
A set of common components related with the entry.
EntryQueryItem
Automatically generated [WorldQuery](:: bevy :: ecs::query::WorldQuery) item type for EntryQuery, returned when iterating over query results.
EntryStop
Where the vehicle stops. The stop could be a station, or a platform that belongs to the station.
IsDerivedEntry
Marker component given to derived entries

Enums§

EntryModeAdjustment
How to adjust an EntryMode
TravelMode
Travel mode for entries’ arrival and departure fields.

Functions§

transform_entry_mode
update_entry_mode 🔒
update_entry_stop 🔒