ManuallySendAllChanges
method in Coherence.Toolkit.ICoherenceSyncUpdater
Methods
void ManuallySendAllChanges(bool sampleValuesBeforeSending)
Sends changes on all bindings manually instead of waiting for the update. External use only when the CoherenceSync behaviour is disabled. The sending of the packet containing these changes is still dependant on the packet send rate. Do no call before the entity has been registered with the client, which will happen after the First update after the client is connected and the CoherenceSync behaviour is enabled. If called before the entity is registered with the client updates will be lost.
Parameters
Type | Name | Description |
---|---|---|
bool | sampleValuesBeforeSending |