Beispiel #1
0
 /// <summary>
 /// Sets current time in seconds.
 /// </summary>
 /// <param name="seconds">Time in seconds.</param>
 public static void SetCurrentTime(double seconds)
 {
     Native_FApp.SetCurrentTime(seconds);
 }