Click or drag to resize

AudioControllersystemTime Property

Returns the high precision audio system time size the application launch.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static double systemTime { get; }

Property Value

Type: Double
Remarks
The audio system time does not increase if the application is paused. For performance reasons the time only gets updated with the frame rate. However, the time value does not lose precision even if the application is running for a long time (unlike Unity's 32bit float Time.systemTime
See Also