[][src]Module bevy_core::prelude

Structs

EntityLabels

Maintains a mapping from Entity ids to entity labels and entity labels to Entities.

Labels

A collection of labels

Time

Tracks elapsed time since the last update and since the App has started

Timer

Tracks elapsed time. Enters the finished state once duration is reached.