Ultimate Replay Scripting Reference
ReplayBehaviourOnReplayEnd Method |
Called by the replay system when playback has ended.
You can re-enable game behaviour in this method to allow the gameplay to 'take over'
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void OnReplayEnd()
See Also