ReplayAudio Methods

Ultimate Replay

ReplayAudio Methods

The ReplayAudio type exposes the following members.

Methods
  Name Description
Public method Awake
Called by Unity.
(Overrides ReplayBehaviourAwake.)
Public method OnReplayEvent
Called by the replay system when a replay event has occured.
(Overrides ReplayBehaviourOnReplayEvent(ReplayEvent).)
Public method Play
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.
Top
See Also