Module bevy_defer::access

source ·
Expand description

Asynchronous accessors to the World.

Modules§

  • Traits for adding extension methods on asynchronous accessors to the World through deref.
  • Access traits for bevy_defer.

Structs§

Type Aliases§

  • AsyncWorldMutDeprecated
    Deprecated, Async version of World or Commands.

Derive Macros§

  • Generate type Async{TypeName} as a AsyncComponentDeref implementation.
  • Generate type Async{TypeName} as a AsyncNonSendDeref implementation.
  • Generate type Async{TypeName} as a AsyncResourceDeref implementation.