Skip to content

Provider States

bevy.provider_state.ProviderState

ProviderState(repository: bevy.repository.Repository)

Bases: UserDict[_K, _V]

Each repository stores the state for each provider in a ProviderState. This allows the repository to share its providers with other repositories without needing to clone providers when branching. All dependencies that a provider handles is stored in that providers state on the repository.