Ultimate Replay Scripting Reference
ReplayBehaviourOnReplayPlayPause Method |
Called by the replay system when playback is about to be paused or resumed.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void OnReplayPlayPause( bool paused )
Parameters
- paused
- Type: SystemBoolean
True if playback is about to be paused or false if plyabck is about to be resumed
See Also