struct ReplicationMode (Niantic.ARDK.Networking.HLAPI.Data.ReplicationMode)¶
Overview¶
Information about how data is being replicated. More…
struct ReplicationMode { // properties bool IsInitial; TransportType Transport; };
Detailed Documentation¶
Information about how data is being replicated.
Properties¶
bool IsInitial
If this is the first time communicating with this particual set of peers.
TransportType Transport
The transport being replicated over.