FromTicks(long)
Explicitly converts a tick value to a DiscreteTime value.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static DiscreteTime FromTicks(long v)
Parameters
The tick count.
Returns
Type | Description |
|---|---|
| DiscreteTime | The DiscreteTime representation. |