MultiClientMode
property in Coherence.Core.NetworkTime
Properties
public bool MultiClientMode { get; set; }
Allows multiple CoherenceBridge instances within one application to maintain independent time scales. This is useful for testing multiple connections within the Unity editor without making standalone builds. Instead of adapting Time.timeScale to catch up with server clock, it applies the frequency of OnFixedNetworkUpdate.
Property Value
Type | Description |
---|---|
bool |