csharp
public interface ISyncListA list a behaviour replicates, as the replicator sees it.
No guide page documents this yet — the page shows what the code says about itself.
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 (2)
string NameWhat it is called, for diagnostics and for the bandwidth report.
int CountHow many are in it.
Methods (4)
Used by (3)
- NetworkBehaviourVixen.Net.Engine
- SyncListVixen.Net.Engine
- SyncListReplicatorVixen.Net.Engine