Modules§
- interpolation
- net_
sync 🔒 - Types of syncing:
- packet 🔒
- sync_
ext 🔒 - track 🔒
Structs§
- Comp
Sync Package - Entity
Package - Entity
Sync Package - IdMaps
- Mappings from various Id types to
Entity
s. - Uid
- Update
Tracker
Enums§
- Sync
From - Whether a component is synced to the client for any entity or for just the client’s own entity.
Traits§
- Comp
Packet - Implemented by type that carries component data for insertion and
modification The assocatied
Phantom
type only carries information about which component type is of interest and is used to transmit deletion events - Interpolatable
Component - NetSync
- Trait that must be implemented for most components that are synced over the network.
- World
Sync Ext
Functions§
- handle_
insert - Useful for implementing CompPacket trait
- handle_
interp_ insert - handle_
interp_ modify - handle_
interp_ remove - handle_
modify - Useful for implementing CompPacket trait
- handle_
remove - Useful for implementing CompPacket trait