Delegate SyncStopwatch.SyncTypeChanged
Delegate signature for when the Stopwatch operation occurs.
Namespace: FishNet.Object.Synchronizing
Assembly: FishNet.Runtime.dll
Syntax
public delegate void SyncTypeChanged(SyncStopwatchOperation op, float prev, bool asServer);
Parameters
| Type | Name | Description |
|---|---|---|
| SyncStopwatchOperation | op | Operation which was performed. |
| System.Single | prev | Previous value of the Stopwatch. This will be -1f is the value is not available. |
| System.Boolean | asServer | True if occurring on server. |