Class TimeLogger
Tracks simulation and wall time, and periodically outputs to log.
Inherited Members
Namespace: Unity.Simulation
Assembly: solution.dll
Syntax
public static class TimeLogger
Properties
Name | Description |
---|---|
logFrameTiming | Enable/disable logging of FPS. |
logSimulationTime | Enable/disable logging of simulation time. Simulation time advances when the simulation is running. |
logUnscaledSimulationTime | Enable/disable logging of unscaled simulation time. Unscaled time is not affected by Time.timeScale. |
logWallTime | Enable/disable logging of wall time. Wall time advances like time on the wall, i.e. always, independent of simulation state like pause etc. |
loggingIntervalSeconds | Gets/sets the logging interval in seconds. |