Expand description
bevy_sync
Plugin for synchronizing entities and components between server and its clients.
Modules§
Structs§
- Plugin used for joining a host
- Use this event to promote one of the clients as host
- Plugin used for hosting mode
- You can use this resource to access which connection is currently being used and by which options
- Keeps track of the entity uuid used by bevy_sync across clients
- Use this component to mark which compoonent in the entity to exclude from sync.
- Use this component to mark which entities to be synched.
- Main bevy_syng plugin to setup for sync
- A Universally Unique Identifier (UUID).
Enums§
Traits§
- Use this trait extension to configure sync details for your app