Module sync

Source

Modules§

interpolation
net_sync 🔒
Types of syncing:
packet 🔒
sync_ext 🔒
track 🔒

Structs§

CompSyncPackage
EntityPackage
EntitySyncPackage
IdMaps
Mappings from various Id types to Entitys.
Uid
UpdateTracker

Enums§

SyncFrom
Whether a component is synced to the client for any entity or for just the client’s own entity.

Traits§

CompPacket
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
InterpolatableComponent
NetSync
Trait that must be implemented for most components that are synced over the network.
WorldSyncExt

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