itimemanagementservice
Differences
This shows you the differences between two versions of the page.
| itimemanagementservice [2026/08/15 07:25] – created diviner | itimemanagementservice [2026/08/15 07:26] (current) – diviner | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ^Property | float **UnscaledTime** | | ^Property | float **UnscaledTime** | | ||
| - | ^Description | Returns the total elapsed time unaffected by [[ITimeManagementService|TimeScale]]. | | + | ^Description | Returns the total elapsed time unaffected by TimeScale. | |
| ^Property | float **UnscaledDeltaTime** | | ^Property | float **UnscaledDeltaTime** | | ||
| - | ^Description | Returns the amount of time elapsed since the previous frame unaffected by [[ITimeManagementService|TimeScale]]. | | + | ^Description | Returns the amount of time elapsed since the previous frame unaffected by TimeScale. | |
| ^Property | float **Time** | | ^Property | float **Time** | | ||
| Line 25: | Line 25: | ||
| ^Property | float **FixedUnscaledTime** | | ^Property | float **FixedUnscaledTime** | | ||
| - | ^Description | Returns the total elapsed time associated with fixed-step updates without applying | + | ^Description | Returns the total elapsed time associated with fixed-step updates without applying TimeScale. | |
| ^Property | float **FixedUnscaledDeltaTime** | | ^Property | float **FixedUnscaledDeltaTime** | | ||
| - | ^Description | Returns the fixed-step time interval without applying | + | ^Description | Returns the fixed-step time interval without applying TimeScale. | |
| ^Property | float **TimeScale** { get; set; } | | ^Property | float **TimeScale** { get; set; } | | ||
| ^Description | Gets or sets the scale applied to scaled time values by the consuming framework. Changing this value affects values such as Time, DeltaTime, FixedTime and FixedDeltaTime, | ^Description | Gets or sets the scale applied to scaled time values by the consuming framework. Changing this value affects values such as Time, DeltaTime, FixedTime and FixedDeltaTime, | ||
itimemanagementservice.1786778733.txt.gz · Last modified: by diviner
