AudioSource.timevar time : floatDescriptionPlayback position in seconds. Use this to read current playback time or to seek to a new playback time.
Be aware that: On a compressed audio track position does not necessary reflect the actual time in the track
JavaScript
// Prints the elapsed time in seconds the audio using UnityEngine; import UnityEngine |
