Struct TimeData
Namespace: Unity.Core
Syntax
public readonly struct TimeData
Constructors
| Name | Description |
|---|---|
| TimeData(Double, Single) | Create a new TimeData struct with the given values. |
Fields
| Name | Description |
|---|---|
| DeltaTime | The time in seconds since the last time-updating event occurred. (For example, a frame.) |
| ElapsedTime | The total cumulative elapsed time in seconds. |
Properties
| Name | Description |
|---|---|
| fixedDeltaTime |