コード例 #1
0
 private void Simulate(string stageName, CustomProfilerStep step)
 {
     StartProfilers(stageName, step);
     PhysicsUtility.Simulate(_simulationTimer.SimulationStepTime);
     StopProfilers(stageName, step);
 }