Ejemplo n.º 1
0
 internal static void Postfix(float currentFrameTime, float frameTimeDelta,
                              BrainScheduler.BrainGroup __instance)
 {
     DebugMetrics.LogBrainBalance(__instance.GetType().Name, frameTimeDelta,
                                  currentFrameTime, __instance.probeCount, __instance.probeSize);
 }