Pierre Angelo

Generation

generate functionWed, 05 Apr 2023

¿Cómo mostrar por pantalla el tiempo transcurrido en unity?

// Print time elapsed since start float time = myTimer.GetElapsedTime(); std::cout << "Time: " << time << "s\n";

Questions about programming?Chat with your personal AI assistant