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 |
---|---|
log |
Enable/disable logging of FPS. |
log |
Enable/disable logging of simulation time. Simulation time advances when the simulation is running. |
log |
Enable/disable logging of unscaled simulation time. Unscaled time is not affected by Time.timeScale. |
log |
Enable/disable logging of wall time. Wall time advances like time on the wall, i.e. always, independent of simulation state like pause etc. |
logging |
Gets/sets the logging interval in seconds. |