TimeUnit
Describes how to interpret a TimeValue.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum TimeUnit
Fields
Value | Description |
|---|---|
| Millisecond | Interprets the time value as milliseconds. |
| Second | Interprets the time value as seconds. |