Enum TimeMode
Defines the time-scaling mode used to advance a timer each frame.
Namespace: Serenity.Timer.Domain.Enums
Assembly: Serenity.Timer.Domain.dll
Syntax
public enum TimeMode
Fields
| Name | Description |
|---|---|
| Scaled | |
| Unscaled | Uses the unscaled (real-time) delta, independent of |