Modules

Structs

Enums

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

Traits

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

Functions