Contents

SynchronizationComponent

A component that synchronizes an entity between processes and networked applications.

Declaration

struct SynchronizationComponent

Overview

An entity acquires a SynchronizationComponent instance by adopting the HasSynchronization protocol. All entities have this component because the Entity base class adopts the protocol.

Topics

Creating a synchronization component

Identifying a synchronization component

Managing ownership

Operators

Enumerations