ReplayAudio.Play Method

Ultimate Replay

ReplayAudioPlay Method
You should call this method as a replacement for AudioSource.Play as it will also record the time of the audio event so that it can be replayed later.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Play()
See Also