Skip to main content

Module sync

Module sync 

Source
Expand description

State synchronization: interpolation, prediction, authority, replication, and clock sync.

Structs§

AuthorityModel
Authority tracking for a set of entities.
ClientPrediction
Client-side prediction with server reconciliation.
ClockSync
NTP-like clock synchronization between client and server.
ClockSyncSample
A single clock synchronization sample.
DespawnEvent
An event representing an entity despawn.
DirtyTracker
Tracks dirty state for a set of replicated properties on an entity.
InterpolationBuffer
Interpolation buffer for a single remote entity. Stores recent state samples and provides smooth interpolation.
InterpolationSample
A timestamped sample for interpolation.
PredictionEntry
A prediction entry representing one input frame.
PropertyFlags
Flags for replicated property change tracking.
ReplicatedProperty
A single replicated property with dirty tracking.
SpawnDespawnReplicator
Manages spawn/despawn replication across the network.
SpawnEvent
An event representing an entity spawn on the network.
SyncEntityId
Entity identifier used in the sync layer.

Enums§

AuthorityMode
Authority models for networked entities.
DespawnReason
SyncState
State of the clock sync algorithm.