csharp
public interface ISyncListA list a behaviour replicates, as the replicator sees it.
Remarks
Non-generic, because a behaviour's lists are of different element types and the thing that writes them does not care which — it writes bits. SyncList`1 is the only implementation, and the interface exists so that one replicator handles a behaviour's whole collection rather than one per element type.
Fields and properties (3)
string NameWhat it is called, for diagnostics and for the bandwidth report.
int CountHow many are in it.
bool HasPendingWhether there is anything to send.
Methods (4)
Used by (4)
- NetworkBehaviourVixen.Net.Engine
- SyncListVixen.Net.Engine
- SyncListReplicatorVixen.Net.Engine
- SyncStateSweepSystemVixen.Net.Engine