Expand description
Replication graph: decide what to encode, not how.
This crate provides interest management and per-client change list
generation that feeds directly into codec::encode_delta_from_changes.
Structs§
- Client
Budget - Budget caps for per-client deltas.
- Client
Delta - Per-client delta output.
- Client
Id - Client identifier.
- Client
View - Client view configuration.
- Replication
Config - Replication graph configuration.
- Replication
Graph - Replication graph with basic spatial relevance and dirty tracking.
- Vec3
- Basic 3D vector for spatial queries.
Traits§
- World
View - World view adapter used to build snapshot/update payloads.