[][src]Module bevy_core::prelude

Structs

DefaultTaskPoolOptions

Helper for configuring and creating the default task pools. For end-users who want full control, insert the default task pools into the resource map manually. If the pools are already inserted, this helper will do nothing.

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.