Ultimate Replay Scripting Reference
ReplayAudio Methods |
The ReplayAudio type exposes the following members.
Methods
Name | Description | |
---|---|---|
Awake |
Called by Unity.
(Overrides ReplayBehaviourAwake.) |
|
OnReplayEvent |
Called by the replay system when a replay event has occured.
(Overrides ReplayBehaviourOnReplayEvent(ReplayEvent).) |
|
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.
|
See Also