Skip to main content

Module relative_updates

Module relative_updates 

Structs§

RelativeEntityUpdate
An [EntityCommand] that applies a “relative update” to an entity, which means this update won’t be run multiple times by different clients in the same world.
UpdatesReceived
A component that counts the number of times this entity has been modified.

Functions§

debug_detect_updates_received_on_local_entities
A system that logs a warning if an entity has both UpdatesReceived and [LocalEntity].
should_apply_entity_update
See RelativeEntityUpdate for details.

Type Aliases§

EntityUpdateQuery