ReplayBehaviour.OnReplayStart Method

Ultimate Replay

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)
Syntax
C#
public virtual void OnReplayStart()
See Also