Field ElapsedTime
The total cumulative elapsed time in seconds.
Namespace: Unity.Core
Syntax
public readonly double ElapsedTime
Returns
Type | Description |
---|---|
Double |
Remarks
The ElapsedTime for each World is initialized to zero when the World is created. Thus, comparing timestamps across Worlds (or between Worlds and MonoBehaviours) is generally an error.