Exemplo n.º 1
0
 public static void Update(float deltaTime)
 {
     PreciseTime.Update(deltaTime);
 }
Exemplo n.º 2
0
 public static void AfterFixedUpdate()
 {
     PreciseTime.AfterFixedUpdate();
 }
Exemplo n.º 3
0
 public static void FixedUpdate(float fixedDeltaTime)
 {
     PreciseTime.FixedUpdate(fixedDeltaTime);
 }