Exemple #1
0
 /// <summary>
 /// Gets time step in seconds if a fixed delta time is wanted.
 /// </summary>
 /// <returns>Time step in seconds for fixed delta time.</returns>
 public static double GetFixedDeltaTime()
 {
     return(Native_FApp.GetFixedDeltaTime());
 }