SynchronizationComponent
A component that synchronizes an entity between processes and networked applications.
Declaration
struct SynchronizationComponentOverview
An entity acquires a SynchronizationComponent instance by adopting the HasSynchronization protocol. All entities have this component because the Entity base class adopts the protocol.