Enum SyncStopwatchOperation
Namespace: FishNet.Object.Synchronizing
Assembly: FishNet.Runtime.dll
Syntax
public enum SyncStopwatchOperation : byte
Fields
Name | Description |
---|---|
Complete | All operations for the tick have been processed. This only occurs on clients as the server is unable to be aware of when the user is done modifying the list. |
Pause | Stopwatch was paused. |
PauseUpdated | Stopwatch was paused. Value at time of pause is sent. |
Start | Stopwatch is started. Value is included with start. |
Stop | Stopwatch was stopped. |
StopUpdated | Stopwatch was stopped. Value prior to stopping is sent. |
Unpause | Stopwatch was unpaused. |