ReplayBehaviour.OnReplayStart Method
From Ultimate Replay
Ultimate Replay Scripting Reference
| ReplayBehaviourOnReplayStart Method |
Called by the replay system when playback is about to start.
You can disable game behaviour that should not run during playback in this method, such as player movement.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public virtual void OnReplayStart()