Networking Components
Source file: client/include/components/NetworkingComponents.hpp
Purpose: Carry the network identity of an entity and client-side interpolation data for smoother rendering.
NetworkId
- Network identifier
idused to match local entities with server-replicated ones.
InterpolatedPosition
- Target position
goalPositionreceived from the server. - Interpolation speed
speedused by client smoothing systems to converge the local transform toward the authoritative state.