Enum SyncTimerOperation
Namespace: FishNet.Object.Synchronizing
Assembly: FishNet.Runtime.dll
Syntax
public enum SyncTimerOperation : 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. |
Finished | The timer has ended finished it's duration. |
Pause | Timer was paused. |
PauseUpdated | Timer was paused. Value at time of pause is sent. |
Start | Timer is started. Value is included with start. |
Stop | Timer was stopped. |
StopUpdated | Timer was stopped. Value prior to stopping is sent. |
Unpause | Timer was unpaused. |