Esempio n. 1
0
 /// <summary>
 /// Gets whether we want to use a fixed time step or not.
 /// </summary>
 /// <returns>True if using fixed time step, false otherwise.</returns>
 public static bool UseFixedTimeStep()
 {
     return(Native_FApp.UseFixedTimeStep());
 }